From 746ec964752308026e52a031a25bc98aaf66ee3d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 23:34:39 +0000 Subject: [PATCH] Prettier format pending files --- client/App.tsx | 25 ++++++++++++++++++++----- client/components/Layout.tsx | 4 +++- client/pages/DevLinkProfiles.tsx | 12 ++++++++++-- 3 files changed, 33 insertions(+), 8 deletions(-) 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() {