diff --git a/client/components/settings/RealmSwitcher.tsx b/client/components/settings/RealmSwitcher.tsx index bf1b6574..bfb42b37 100644 --- a/client/components/settings/RealmSwitcher.tsx +++ b/client/components/settings/RealmSwitcher.tsx @@ -115,6 +115,22 @@ export const REALM_OPTIONS: RealmOption[] = [ "Insight dashboards", ], }, + { + id: "staff", + name: "Operations Command", + title: "AeThex Staff", + description: + "Internal realm for site staff and employees: operations dashboards, moderation, and admin tooling.", + icon: Shield, + gradient: "from-sky-600 to-indigo-700", + route: "/staff", + routeLabel: "Staff", + highlights: [ + "Moderation & triage", + "Operational dashboards", + "Internal tools & audits", + ], + }, ]; const EXPERIENCE_OPTIONS = [