From 139d2442d595c45a5bab374ca32e9d7ce0b7aba7 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 04:49:02 +0000 Subject: [PATCH] Add Staff arm to ArmSwitcher cgen-7758ec3d8cb34c1dba91e66d5aac165f --- client/components/ArmSwitcher.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 2544413a..3c69b2b3 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -14,6 +14,15 @@ interface Arm { } const ARMS: Arm[] = [ + { + id: "staff", + name: "AeThex | Staff", + label: "Staff", + color: "#7c3aed", + bgColor: "bg-purple-500/20", + textColor: "text-purple-400", + href: "/staff", + }, { id: "labs", name: "AeThex | Labs",