We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54405df commit ca32d50Copy full SHA for ca32d50
src/main/resources/templates/index.html
@@ -23,8 +23,8 @@ <h2>Country List</h2>
23
<thead>
24
<tr class="d-flex">
25
<th class="table-primary col-4" scope="col">Country</th>
26
- <th class="table-primary col-4" scope="col">Buys</th>
27
- <th class="table-primary col-4" scope="col">Sells</th>
+ <th class="table-primary col-4" scope="col">Buys ($)</th>
+ <th class="table-primary col-4" scope="col">Sells ($)</th>
28
</tr>
29
</thead>
30
<tbody>
0 commit comments