From 7d578092f959261023c653889273ab159e05b896 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 20:26:40 +0000 Subject: [PATCH] completionId: cgen-94867b4e5c284cb897ea53ef74570fd1 cgen-94867b4e5c284cb897ea53ef74570fd1 --- client/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 05594659..04492181 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -39,7 +39,7 @@ interface LayoutProps { } const ARMS = [ - { id: "staff", label: "Staff", color: "#7c3aed", href: "/staff" }, + { id: "staff", label: "Admin", color: "#7c3aed", href: "/admin" }, { id: "labs", label: "Labs", color: "#FBBF24", href: "/labs" }, { id: "gameforge", label: "GameForge", color: "#22C55E", href: "/gameforge" }, { id: "corp", label: "Corp", color: "#3B82F6", href: "/corp" },