diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index 4236403..63615a0 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -52,8 +52,16 @@ export function Navbar() { >
- {/* Logo — exported directly from Figma */} - + {/* Logo — smooth scroll to top */} + { + e.preventDefault(); + smoothScrollTo(0); + history.replaceState(null, "", "/"); + }} + > einfach produktiv - + {/* Nav links */}