From 8fa4b0e12614dbf3f1c51fe33235451f5e9b2aac Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 20:26:54 +0000 Subject: [PATCH] completionId: cgen-967d17a711794214b5efa2e50399005d cgen-967d17a711794214b5efa2e50399005d --- client/components/ArmSwitcherModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/ArmSwitcherModal.tsx b/client/components/ArmSwitcherModal.tsx index 5ca4e7be..4d4cf571 100644 --- a/client/components/ArmSwitcherModal.tsx +++ b/client/components/ArmSwitcherModal.tsx @@ -16,13 +16,13 @@ interface Arm { const ARMS: Arm[] = [ { id: "staff", - label: "Staff", + label: "Admin", color: "#7c3aed", bgGradient: "from-purple-600 to-purple-400", textColor: "text-purple-400", - href: "/staff", + href: "/admin", icon: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc0414efd7af54ef4b821a05d469150d0?format=webp&width=800", - tip: "Internal operations for AeThex employees", + tip: "Admin panel & staff management", }, { id: "labs",