Remove flex-1 from empty nav to fix logout button spacing
cgen-c50c96dcfc0048bcb9a3dd5dc695198a
This commit is contained in:
parent
08c038b954
commit
e13636878a
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue