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 -
-