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