Merge version_10_1779668906943 into main #11

Merged
bender merged 1 commits from version_10_1779668906943 into main 2026-05-25 00:29:23 +00:00

View File

@@ -59,7 +59,7 @@ const InlinedNavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProp
<>
<nav
className={cls(
"fixed z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width transition-all duration-500 ease-in-out rounded-theme bg-background/60 backdrop-blur-md",
"fixed z-1000 top-5 left-0 w-full transition-all duration-500 ease-in-out rounded-theme bg-background/60 backdrop-blur-md",
isScrolled ? "h-15" : "h-20"
)}
>