impr(leaderboard): fix icons on friend xp leaderboards (@fehmer) (#7106)

This commit is contained in:
Christian Fehmer 2025-11-13 15:40:10 +01:00 committed by GitHub
parent bb6e0d9824
commit 05afcc51f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>