diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index e95a92a2..44ec0bac 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -589,44 +589,48 @@ export default function Dashboard() { // If no user and auth is resolved, show login prompt (don't auto-redirect) if (!user) { return ( -
-
-

- Welcome to AeThex -

-

- You need to be signed in to access the dashboard -

- + +
+
+

+ Welcome to AeThex +

+

+ You need to be signed in to access the dashboard +

+ +
-
+ ); } // If user but no profile, show incomplete profile message if (!profile) { return ( -
-
-

- Complete Your Profile -

-

- Let's set up your profile to get started with AeThex -

- + +
+
+

+ Complete Your Profile +

+

+ Let's set up your profile to get started with AeThex +

+ +
-
+ ); }