From dcc614dce6ab6e39d9e14ffdb19439879cb4fbbf Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 05:01:19 +0000 Subject: [PATCH] Add Staff arm to Layout.tsx ARMS and ARM_LOGOS cgen-27ce74d3fc014e7d93b099dbae8eb15b --- client/components/Layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index ec366ce3..f71d3b61 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -38,6 +38,7 @@ interface LayoutProps { } const ARMS = [ + { id: "staff", label: "Staff", color: "#7c3aed", href: "/staff" }, { id: "labs", label: "Labs", color: "#FBBF24", href: "/labs" }, { id: "gameforge", label: "GameForge", color: "#22C55E", href: "/gameforge" }, { id: "corp", label: "Corp", color: "#3B82F6", href: "/corp" }, @@ -51,6 +52,7 @@ const ARMS = [ ]; const ARM_LOGOS: Record = { + staff: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fc0414efd7af54ef4b821a05d469150d0?format=webp&width=800", labs: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F85fe7910cff6483db1ea99c154684844?format=webp&width=800", gameforge: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2Fcd3534c1caa0497abfd44224040c6059?format=webp&width=800",