diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 5bd6c63b..899eb48f 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -833,52 +833,57 @@ export default function Dashboard() { {/* Left Sidebar - User Profile */}
- {profile?.role || "Member"} +
+ {profile?.role || "Creator"}
-