From 0fb575ad207fabb9c2cfa65593bf3d9263e7be51 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 22:20:19 +0000 Subject: [PATCH] Align dashboard headings with new realm names cgen-48d059fa88c840229bfc2aa9ea511af1 --- client/pages/Dashboard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index f963b597..37521271 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -718,10 +718,10 @@ export default function Dashboard() {

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