diff --git a/client/pages/Admin.tsx b/client/pages/Admin.tsx index a05e5d04..6d9e4d30 100644 --- a/client/pages/Admin.tsx +++ b/client/pages/Admin.tsx @@ -341,16 +341,32 @@ export default function Admin() {
-
-

- Control Center -

-

- Manage platform, users, content, and integrations ยท Roles:{" "} - - {roles.join(", ") || "none"} - -

+
+
+
+

+ Control Center +

+

+ Manage platform operations, users, content, and integrations across all AeThex systems +

+
+
+

+ Access Level +

+
+ {roles.map((role) => ( + + {role} + + ))} +
+
+