From b43fd2cee5e3144ec520cadf67bc82df42d9ade1 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Mon, 18 Aug 2025 07:06:52 +0200 Subject: [PATCH] Fix jwt-token --- client/src/pages/Dashboard.jsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/client/src/pages/Dashboard.jsx b/client/src/pages/Dashboard.jsx index b9e5822..6fa8f28 100644 --- a/client/src/pages/Dashboard.jsx +++ b/client/src/pages/Dashboard.jsx @@ -142,22 +142,22 @@ const Dashboard = () => { key={item.id} className="relative bg-white pt-5 px-4 pb-12 sm:pt-6 sm:px-6 shadow rounded-lg overflow-hidden" > -
-
-
-

- {item.name} -

-
-
-

- {item.stat} -

-
- +
+
+
+

+ {item.name} +

+
+
+

+ {item.stat} +

+
+ ))} - + {/* Charts */}