fix: remove white border line from header on scroll

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 13:01:59 +03:00
parent c28c9a05a8
commit 96081ccfe3

View File

@@ -22,7 +22,7 @@ export function Header() {
<header
className={`fixed top-0 z-50 w-full transition-all duration-500 ${
scrolled
? "border-b border-white/[0.06] bg-black/40 shadow-none backdrop-blur-xl"
? "bg-black/40 shadow-none backdrop-blur-xl"
: "bg-transparent"
}`}
>