diff --git a/src/components/leaderboard/leaderboard-row.tsx b/src/components/leaderboard/leaderboard-row.tsx index da86697..8633f9a 100644 --- a/src/components/leaderboard/leaderboard-row.tsx +++ b/src/components/leaderboard/leaderboard-row.tsx @@ -78,12 +78,12 @@ export default function LeaderboardRow({ /> )} {rank > 3 && ( - + {rank} )}

- + {teamName}

@@ -95,7 +95,7 @@ export default function LeaderboardRow({ className="h-full w-20 lg:w-40 2xl:w-60 2xl:h-35 text-center text-black bg-contain bg-center bg-no-repeat flex items-center justify-center" style={{ backgroundImage: `url('${timerBg}')` }} > - + {score} @@ -105,7 +105,7 @@ export default function LeaderboardRow({ className="h-full w-20 lg:w-40 2xl:w-60 2xl:h-35 text-center text-black bg-contain bg-center bg-no-repeat flex items-center justify-center" style={{ backgroundImage: `url('${timerBg}')` }} > - + {score}