Align dashboard headings with new realm names
cgen-48d059fa88c840229bfc2aa9ea511af1
This commit is contained in:
parent
1da0ae032a
commit
0fb575ad20
1 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue