From 6ae8a34ab5953ac6e6082d08d00fec9d8e84bfac Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 04:27:46 +0000 Subject: [PATCH] completionId: cgen-804b11d033f84aecbe228fe79ac01cab cgen-804b11d033f84aecbe228fe79ac01cab --- client/components/ArmSwitcher.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 58221583..070c4e97 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -12,6 +12,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",