diff --git a/client/App.tsx b/client/App.tsx index 53c2e597..ee90dc60 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -195,32 +195,32 @@ const App = () => ( element={} /> - } /> + } /> } /> } /> } /> - } /> + } /> } /> } /> - } /> + } /> - } /> + } /> } diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 965ef8fd..828d6d1a 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: "/game-development", + href: "/gameforge", }, { id: "corp", @@ -38,7 +38,7 @@ const ARMS: Arm[] = [ color: "#3B82F6", bgColor: "bg-blue-500/20", textColor: "text-blue-400", - href: "/consulting", + href: "/corp", }, { id: "foundation", @@ -47,7 +47,7 @@ const ARMS: Arm[] = [ color: "#EF4444", bgColor: "bg-red-500/20", textColor: "text-red-400", - href: "/community", + href: "/foundation", }, { id: "devlink",