Fix shit
This commit is contained in:
parent
04a9be91bc
commit
c9b6b6511b
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ export default function Leaderboard() {
|
|||
</div>
|
||||
<div className="flex items-center space-x-4">
|
||||
<div className="flex flex-col">
|
||||
<span className="text-sm font-semibold">Essaies</span>
|
||||
<span className="text-sm font-semibold">Essai(s)</span>
|
||||
<span className="text-lg text-muted">
|
||||
{group.players.reduce((a, b) => a + b.tries, 0)}
|
||||
</span>
|
||||
|
|
|
@ -112,7 +112,7 @@ export default function Puzzle({ token, id }: { token: string; id: number }) {
|
|||
)}
|
||||
{granted.tries && (
|
||||
<p className="text-sm text-highlight-secondary">
|
||||
Tentatives actuelles : {granted.tries}
|
||||
Tentative(s) actuelle(s) : {granted.tries}
|
||||
</p>
|
||||
)}
|
||||
{granted.score && (
|
||||
|
|
Loading…
Add table
Reference in a new issue