From 24277e01047328cb5224073aaceb4f0a9660ce59 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Wed, 4 Mar 2026 20:09:55 +0000 Subject: [PATCH] fix(frontend): move loading card higher up Looks weird lower down on the screen --- frontend/src/pages/Stats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Stats.tsx b/frontend/src/pages/Stats.tsx index 586d6c2..a290c7f 100644 --- a/frontend/src/pages/Stats.tsx +++ b/frontend/src/pages/Stats.tsx @@ -139,7 +139,7 @@ const StatPage = () => { if (loading) { return (
-
+