We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d41e58 commit d38d790Copy full SHA for d38d790
src/components/Navbar.tsx
@@ -272,11 +272,11 @@ export function Navbar({ children }: { children: React.ReactNode }) {
272
)}
273
ref={containerRef}
274
>
275
- <div className="flex items-center gap-4">
+ <div className="flex items-center">
276
<div className="flex items-center gap-2 font-black text-xl uppercase">
277
<React.Suspense fallback={<LogoSection />}>
278
<LazyBrandContextMenu
279
- className={twMerge(`flex items-center gap-1.5 group`)}
+ className={twMerge(`flex items-center group`)}
280
281
<LogoSection />
282
</LazyBrandContextMenu>
0 commit comments