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.
2 parents 93ca6d9 + 2f5e536 commit eb9e872Copy full SHA for eb9e872
apps/web/src/components/landing-sections/navbar.tsx
@@ -46,7 +46,7 @@ const Navbar = () => {
46
return (
47
<motion.nav
48
initial={{ opacity: 0 }}
49
- animate={showNavbar ? { opacity: 1 } : { opacity: 0 }}
+ animate={showNavbar ? { opacity: 1 } : { opacity: 0, display: 'none' }}
50
transition={{ duration: 0.3 }}
51
className={cn(
52
" z-40 flex items-center justify-between px-4 py-3 bg-neutral-900/5 backdrop-blur-xl border-white/10",
0 commit comments