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 Card */} - + -
+
+
User Avatar -
+
-
-

+
+

{profile?.full_name || user.email?.split("@")[0]}

-

- {profile?.role || "Member"} +

+ {profile?.role || "Creator"}

- - Level {profile?.level || 1} - - {profileComplete && ( - - Profile Complete +
+ + + Level {profile?.level || 1} - )} + {profileComplete && ( + + + Complete + + )} +
{/* XP Progress */} -
-
- XP Progress +
+
+ Experience {profile?.total_xp || 0} /{" "} {(profile?.level || 1) * 1000}
-
+