From 985fcb5c3577a3230ce6a52f483bc6c9197572d1 Mon Sep 17 00:00:00 2001 From: Yocto Date: Fri, 27 Dec 2024 18:28:19 -0700 Subject: [PATCH] Update GlobalLeaderboard.tsx --- client/src/ui/GlobalLeaderboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ui/GlobalLeaderboard.tsx b/client/src/ui/GlobalLeaderboard.tsx index 6f00ca6..93d89bb 100644 --- a/client/src/ui/GlobalLeaderboard.tsx +++ b/client/src/ui/GlobalLeaderboard.tsx @@ -174,7 +174,7 @@ function LeaderboardCard({ type, row, index }: { type: string, row: any, index:

- #{index + 1} - + #{index + 1} - {row.username}