From c1399c2cc68fb5a4aba2f2c091612a2af2a59a14 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 21:46:37 +0000 Subject: [PATCH] Fix ArmSwitcher routes to match intended arm routes cgen-1894aa14075642c18d565e7c915f1480 --- 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 828d6d1a..965ef8fd 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -29,7 +29,7 @@ const ARMS: Arm[] = [ color: "#22C55E", bgColor: "bg-green-500/20", textColor: "text-green-400", - href: "/gameforge", + href: "/game-development", }, { id: "corp", @@ -38,7 +38,7 @@ const ARMS: Arm[] = [ color: "#3B82F6", bgColor: "bg-blue-500/20", textColor: "text-blue-400", - href: "/corp", + href: "/consulting", }, { id: "foundation", @@ -47,7 +47,7 @@ const ARMS: Arm[] = [ color: "#EF4444", bgColor: "bg-red-500/20", textColor: "text-red-400", - href: "/foundation", + href: "/community", }, { id: "devlink",