mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
Fix hydration bug
This commit is contained in:
parent
b1b4e928ca
commit
5776119153
|
|
@ -59,11 +59,11 @@ export default function TiersPage() {
|
|||
{USER_LEADERBOARD_MIN_ENTRIES_FOR_LEVIATHAN} players on the leaderboard
|
||||
(or {TEAM_LEADERBOARD_MIN_ENTRIES_FOR_LEVIATHAN} for teams)
|
||||
</p>
|
||||
<p>
|
||||
<div>
|
||||
Each rank also has a plus tier (see BRONZE+ as an example below). This
|
||||
means that you are in the top 50% of that rank.
|
||||
<TierImage tier={{ isPlus: true, name: "BRONZE" }} width={32} />
|
||||
</p>
|
||||
</div>
|
||||
</Main>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user