diff --git a/client/src/components/layout/Sidebar.tsx b/client/src/components/layout/Sidebar.tsx index c5dbd05..29cf674 100644 --- a/client/src/components/layout/Sidebar.tsx +++ b/client/src/components/layout/Sidebar.tsx @@ -121,7 +121,7 @@ export default function Sidebar({ className }: SidebarProps) { }; return ( -
+
@@ -134,6 +134,7 @@ export default function Sidebar({ className }: SidebarProps) {
+ {user.role === "admin" ? "Admin" : user.role === "pro" ? "Pro" : "Standard"} User