From 318870ffd93802f24ddb07706cf21e50a957a991 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 05:20:01 +0000 Subject: [PATCH] Append Staff realm option cgen-b7a3c79faaf14bbc85e4d39f9c3c9603 --- client/components/settings/RealmSwitcher.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 = [