diff --git a/client/App.tsx b/client/App.tsx
index f775e918..d6b6b571 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -186,12 +186,24 @@ const App = () => (
} />
} />
} />
- } />
+ }
+ />
{/* GameForge Sub-routes */}
- } />
- } />
- } />
+ }
+ />
+ }
+ />
+ }
+ />
{/* Corp Sub-routes */}
} />
@@ -200,7 +212,10 @@ const App = () => (
{/* Dev-Link routes */}
} />
- } />
+ }
+ />
} />
} />
diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx
index e5dcb322..eaec8f73 100644
--- a/client/components/Layout.tsx
+++ b/client/components/Layout.tsx
@@ -144,7 +144,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
{/* Mobile Arm Switcher */}
-
Arms
+
+ Arms
+
diff --git a/client/pages/DevLinkProfiles.tsx b/client/pages/DevLinkProfiles.tsx
index b0bc3d33..016442ab 100644
--- a/client/pages/DevLinkProfiles.tsx
+++ b/client/pages/DevLinkProfiles.tsx
@@ -50,7 +50,11 @@ export default function DevLinkProfiles() {