Merge version_8_1779322257419 into main #5

Merged
bender merged 1 commits from version_8_1779322257419 into main 2026-05-21 00:11:57 +00:00

View File

@@ -17,7 +17,7 @@ const handleNavClick = (e: React.MouseEvent<HTMLAnchorElement>, href: string, on
const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => {
return (
<nav className="fixed z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width bg-background/60 backdrop-blur-md rounded-theme-capped">
<nav className="fixed z-1000 top-5 left-1/2 -translate-x-1/2 w-content-width bg-background/60 backdrop-blur-md rounded-theme">
<div className="flex items-center justify-between p-2 xl:p-3 2xl:p-4">
<a href="/" className="pl-2 text-xl font-medium text-foreground">{logo}</a>