From 5fffc13a808302c3cd35e642a1037c711f19bd23 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:48:44 +0000 Subject: [PATCH] completionId: cgen-dc255a440d9d41c382a5d51b115e3d1e cgen-dc255a440d9d41c382a5d51b115e3d1e --- client/components/Layout.tsx | 75 ++---------------------------------- 1 file changed, 3 insertions(+), 72 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index a2e517a0..da9e3d1c 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -133,12 +133,11 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
- {/* Logo - Desktop: Link, Mobile: Expandable Arms */} -
- {/* Desktop Logo */} + {/* Logo */} +
- - {/* Mobile Logo - Expandable Arms */} - - - {/* Mobile Arms Dropdown */} - {mobileArmsOpen && ( - <> - {/* Backdrop */} -
setMobileArmsOpen(false)} - /> - - {/* Arms Menu */} -
-
- {ARMS.map((arm) => ( - - ))} -
-
- - )}
{/* Navigation */}