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 0b1a297 commit f742094Copy full SHA for f742094
apps/web/src/components/landing-sections/navbar.tsx
@@ -47,6 +47,7 @@ const Navbar = () => {
47
<motion.nav
48
initial={{ opacity: 0, pointerEvents: "none" }}
49
animate={showNavbar ? { opacity: 1, pointerEvents: "auto" } : { opacity: 0, pointerEvents: "none" }}
50
+ aria-hidden={!showNavbar}
51
transition={{ duration: 0.3 }}
52
className={cn(
53
" z-40 flex items-center justify-between px-4 py-3 bg-neutral-900/5 backdrop-blur-xl border-white/10",
0 commit comments