From 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 14:01:01 -0500 Subject: Switched to tailwind/vite --- frontend/src/components/Leaderboards.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/Leaderboards.tsx') diff --git a/frontend/src/components/Leaderboards.tsx b/frontend/src/components/Leaderboards.tsx index b388aba..99481a2 100644 --- a/frontend/src/components/Leaderboards.tsx +++ b/frontend/src/components/Leaderboards.tsx @@ -36,7 +36,7 @@ const Leaderboards: React.FC = ({ mapID }) => { return (

- Map is not available for competitive boards. + Loading...

); @@ -195,6 +195,7 @@ const Leaderboards: React.FC = ({ mapID }) => { filter: "hue-rotate(160deg) contrast(60%) saturate(1000%)", }} + className="w-6 h-6 mx-4" /> @@ -227,7 +229,7 @@ const Leaderboards: React.FC = ({ mapID }) => { (window.location.href = `/api/v1/demos?uuid=${r.demo_id}`) } > - download + download ) -- cgit v1.2.3