From 57761191534e9ef24f187d210de87d4ecc7082ac Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 14 Oct 2023 11:49:27 +0300 Subject: [PATCH] Fix hydration bug --- app/features/sendouq/routes/tiers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/features/sendouq/routes/tiers.tsx b/app/features/sendouq/routes/tiers.tsx index 953a325e1..8a98733aa 100644 --- a/app/features/sendouq/routes/tiers.tsx +++ b/app/features/sendouq/routes/tiers.tsx @@ -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)

-

+

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

+
); }