fix(Navbar): remove shadow-sm on scroll — no bottom line when sticky

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 21:42:33 +00:00
parent 220ee5aeb7
commit 1aa03476c3
+1 -1
View File
@@ -24,7 +24,7 @@ export function Navbar() {
<header
className={`sticky top-0 z-50 w-full h-[6.25rem] flex items-center px-[2rem] transition-[background-color,backdrop-filter] duration-300 ${
scrolled
? "bg-[#f5f0e8]/80 backdrop-blur-md shadow-sm"
? "bg-[#f5f0e8]/80 backdrop-blur-md"
: "bg-[#f5f0e8]"
}`}
>