mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-26 15:54:35 +08:00
fix: fix two percentage symbols in leaderboard (fehmer) (#5174)
Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
parent
ae21d04021
commit
ff268ade7d
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ function updateFooter(lb: LbKey): void {
|
|||
})}<br>
|
||||
<div class="sub">${Format.percentage(entry.acc, {
|
||||
showDecimalPlaces: true,
|
||||
})}%</div></td>
|
||||
})}</div></td>
|
||||
<td class="alignRight">${Format.typingSpeed(entry.raw, {
|
||||
showDecimalPlaces: true,
|
||||
})}<br>
|
||||
|
|
Loading…
Reference in a new issue