From 6e296b3dd593a79456fccf9eebb2976d5934575e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 01:52:22 +0000 Subject: [PATCH] Remove Staff/Admin arm from ArmSwitcher cgen-d1cb2a6e03464301bd9bcc405d49149c --- client/components/ArmSwitcher.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 38bc2bbb..1e19e15f 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -12,15 +12,6 @@ interface Arm { } const ARMS: Arm[] = [ - { - id: "staff", - name: "AeThex | Admin", - label: "Admin", - color: "#7c3aed", - bgColor: "bg-purple-500/20", - textColor: "text-purple-400", - href: "/admin", - }, { id: "labs", name: "AeThex | Labs",