From 99d19214570845faa9698e3cff80c2f95d2afa6a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 23 Sep 2025 15:08:26 -0700 Subject: chore: migrate tailwind 3 to tailwind 4 --- frontend/src/pages/Score.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/pages/Score.tsx') diff --git a/frontend/src/pages/Score.tsx b/frontend/src/pages/Score.tsx index d842cb0..3474f1b 100644 --- a/frontend/src/pages/Score.tsx +++ b/frontend/src/pages/Score.tsx @@ -141,7 +141,7 @@ const Score = () => { if (isLoading || loading) { return ( -
+

Loading your scores...

@@ -151,12 +151,12 @@ const Score = () => { } return ( -
+
-

+

Your Scores

-- cgit v1.2.3