mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-21 08:58:47 +08:00
impr(leaderboard): fix icons on friend xp leaderboards (@fehmer) (#7106)
This commit is contained in:
parent
bb6e0d9824
commit
05afcc51f9
1 changed files with 15 additions and 2 deletions
|
|
@ -82,8 +82,21 @@
|
|||
</thead>
|
||||
<thead class="weekly">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>#</td>
|
||||
<td>
|
||||
<span aria-label="Friends rank" data-balloon-pos="down">
|
||||
<i class="fas fa-user-friends"></i>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<span
|
||||
class="globalRank"
|
||||
aria-label="Global rank"
|
||||
data-balloon-pos="down"
|
||||
>
|
||||
<span>#</span>
|
||||
<i class="fas fa-users"></i>
|
||||
</span>
|
||||
</td>
|
||||
<td>name</td>
|
||||
<td class="stat wide">xp gained</td>
|
||||
<td class="stat wide">time typed</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue