Skip to content

Commit ca32d50

Browse files
committed
Add missing currency!
1 parent 54405df commit ca32d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ <h2>Country List</h2>
2323
<thead>
2424
<tr class="d-flex">
2525
<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>
26+
<th class="table-primary col-4" scope="col">Buys ($)</th>
27+
<th class="table-primary col-4" scope="col">Sells ($)</th>
2828
</tr>
2929
</thead>
3030
<tbody>

0 commit comments

Comments
 (0)