Skip to content

Commit 8ecdb5a

Browse files
committed
change according to suggestion
1 parent a22e140 commit 8ecdb5a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/leaderboard.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ <h1 class="page-title">Leaderboard</h1>
8181
autocomplete="off"
8282
spellcheck="false"
8383
/>
84+
85+
<span class="search-result-count" id="search-result-count"></span>
86+
<kbd class="search-shortcut" id="search-shortcut">Ctrl+K</kbd>
8487
<button
8588
type="button"
8689
id="clear-search"
@@ -89,8 +92,6 @@ <h1 class="page-title">Leaderboard</h1>
8992
>
9093
9194
</button>
92-
<span class="search-result-count" id="search-result-count"></span>
93-
<kbd class="search-shortcut" id="search-shortcut">Ctrl+K</kbd>
9495
</div>
9596
</div>
9697

0 commit comments

Comments
 (0)