From ed32245155ae76dd40953b3045c5ade02c73d5f5 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 06:04:13 +0000 Subject: [PATCH] completionId: cgen-0b7dcb28b98f4199add6c7c08d8f8a02 cgen-0b7dcb28b98f4199add6c7c08d8f8a02 --- client/pages/Dashboard.tsx | 64 +++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 25 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index f11e3a33..5bd6c63b 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -764,44 +764,58 @@ export default function Dashboard() { {/* Header */}
-
-
-

- {activeRealm === "game_developer" && - "Game Development Dashboard"} - {activeRealm === "client" && "Consulting Dashboard"} - {activeRealm === "community_member" && "Community Dashboard"} - {activeRealm === "customer" && "Get Started Dashboard"} - {activeRealm === "staff" && "Staff Dashboard"} -

-

- Welcome back,{" "} - {profile?.full_name || user.email?.split("@")[0]} •{" "} - {streakLabel} +

+
+
+

+ {activeRealm === "game_developer" && + "Game Development"} + {activeRealm === "client" && "Consulting"} + {activeRealm === "community_member" && "Community"} + {activeRealm === "customer" && "Getting Started"} + {activeRealm === "staff" && "Operations"} +

+
+

+ Dashboard +

+
+
+

+ Welcome back, {profile?.full_name || user.email?.split("@")[0]} • {streakLabel}

{longestStreak > 0 && ( -
+
- Realm: {activeRealm.replace("_", " ")} + + {activeRealm.replace("_", " ")} Realm + + + + {profileCompletion}% Complete
)}
-
-
- Profile {profileCompletion}% complete -
-