diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 3a33ec7e..9341194b 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -14,12 +14,12 @@ interface Arm { const ARMS: Arm[] = [ { id: "staff", - name: "AeThex | Staff", - label: "Staff", + name: "AeThex | Admin", + label: "Admin", color: "#7c3aed", bgColor: "bg-purple-500/20", textColor: "text-purple-400", - href: "/staff", + href: "/admin", }, { id: "labs",