From 7788335d03ae254f66aebc9627653bcfb70dff51 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 20:26:49 +0000 Subject: [PATCH] completionId: cgen-e1d0d359032745d0a425364d8128097b cgen-e1d0d359032745d0a425364d8128097b --- client/components/ArmSwitcher.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",