Fix: Adjusted navbar border radius to be consistent with the rest of the site's styling

This commit is contained in:
kudinDmitriyUp
2026-05-21 00:11:18 +00:00
parent 295cc3183d
commit 0c9ad60a9e

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>