Switch to version 21: modified src/components/ui/NavbarCentered.tsx

This commit is contained in:
2026-05-08 10:52:19 +00:00
parent e26f45c249
commit b48fbc195d

View File

@@ -93,7 +93,7 @@ const NavbarCentered = ({ logo, navItems, ctaButton }: NavbarCenteredProps) => {
<div
ref={menuRef}
className="md:hidden fixed z-1000 top-3 left-3 right-3 p-6 rounded-lg card"
className="md:hidden fixed z-1000 top-3 left-3 right-3 p-6 rounded-lg bg-background/80 backdrop-blur-sm"
>
<div className="flex items-center justify-between mb-6">
<p className="text-xl text-foreground">Menu</p>