Skip to content

Commit

Permalink
feat: replace country-related headers with contry/region (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuibinlong authored and SysSn13 committed Oct 25, 2022
1 parent 93d6949 commit 98b8b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/ranking.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<% } %>
<li class="page-item ms-auto">
<div>Country</div>
<div>Country/Region</div>
<select class="form-control" id="selectCountry" name="caBrands" style="width:300px;">
</select>
</li>
Expand All @@ -69,7 +69,7 @@
<th class="text-center">Previous rating</th>
<th class="text-center">Expected new rating</th>
<th class="text-center">Δ</th>
<th class="text-center">Country Name</th>
<th class="text-center">Country/Region name</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 98b8b55

Please sign in to comment.