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",