From 880e794d74c89146fff03077ff239da3b28d3c92 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 20:27:03 +0000 Subject: [PATCH] completionId: cgen-3133ee1b128b402cba2e38865e92478f cgen-3133ee1b128b402cba2e38865e92478f --- client/components/settings/RealmSwitcher.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/settings/RealmSwitcher.tsx b/client/components/settings/RealmSwitcher.tsx index 6cd84b1d..983e7502 100644 --- a/client/components/settings/RealmSwitcher.tsx +++ b/client/components/settings/RealmSwitcher.tsx @@ -117,13 +117,13 @@ export const REALM_OPTIONS: RealmOption[] = [ { id: "staff", name: "Operations Command", - title: "AeThex Staff", + title: "Admin Panel", description: - "Internal realm for site staff and employees: operations dashboards, moderation, and admin tooling.", + "Admin 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", + route: "/admin", + routeLabel: "Admin", highlights: [ "Moderation & triage", "Operational dashboards",