Skip to content

Commit

Permalink
fix: fix two percentage symbols in leaderboard (fehmer) (#5174)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack <jack@monkeytype.com>
  • Loading branch information
fehmer and Miodec authored Mar 4, 2024
1 parent ae21d04 commit ff268ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/elements/leaderboards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ff268ad

Please sign in to comment.