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 */}