fix: remove white border line from header on scroll
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export function Header() {
|
|||||||
<header
|
<header
|
||||||
className={`fixed top-0 z-50 w-full transition-all duration-500 ${
|
className={`fixed top-0 z-50 w-full transition-all duration-500 ${
|
||||||
scrolled
|
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"
|
: "bg-transparent"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user