Skip to content

Commit d38d790

Browse files
committed
navbar
1 parent 7d41e58 commit d38d790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ export function Navbar({ children }: { children: React.ReactNode }) {
272272
)}
273273
ref={containerRef}
274274
>
275-
<div className="flex items-center gap-4">
275+
<div className="flex items-center">
276276
<div className="flex items-center gap-2 font-black text-xl uppercase">
277277
<React.Suspense fallback={<LogoSection />}>
278278
<LazyBrandContextMenu
279-
className={twMerge(`flex items-center gap-1.5 group`)}
279+
className={twMerge(`flex items-center group`)}
280280
>
281281
<LogoSection />
282282
</LazyBrandContextMenu>

0 commit comments

Comments
 (0)