Remove flex-1 from empty nav to fix logout button spacing

cgen-c50c96dcfc0048bcb9a3dd5dc695198a
This commit is contained in:
Builder.io 2025-11-11 01:14:37 +00:00
parent 08c038b954
commit e13636878a

View file

@ -168,7 +168,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
</div>
{/* Navigation */}
<nav className="hidden md:flex items-center flex-1 mx-3" />
<nav className="hidden md:flex items-center mx-3" />
{/* Animated Arm Switcher */}
<div className="flex items-center shrink-0">