Align dashboard headings with new realm names

cgen-48d059fa88c840229bfc2aa9ea511af1
This commit is contained in:
Builder.io 2025-10-18 22:20:19 +00:00
parent 1da0ae032a
commit 0fb575ad20

View file

@ -718,10 +718,10 @@ export default function Dashboard() {
<div className="flex flex-col lg:flex-row justify-between items-start lg:items-center gap-4">
<div>
<h1 className="text-3xl font-bold text-gradient-purple">
{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"}
</h1>
<p className="text-muted-foreground">