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