Add Staff arm to Layout.tsx ARMS and ARM_LOGOS

cgen-27ce74d3fc014e7d93b099dbae8eb15b
This commit is contained in:
Builder.io 2025-11-10 05:01:19 +00:00
parent 29ecbb353c
commit dcc614dce6

View file

@ -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<string, string> = {
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",