From 8e2ab545458c463d9ee3d2d131c6ed0f0618765e Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 21 May 2026 00:07:57 +0000 Subject: [PATCH] Made the navbar glassmorphic --- src/components/ui/NavbarInline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx index b5908a8..feca204 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -17,8 +17,8 @@ const handleNavClick = (e: React.MouseEvent, href: string, on const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => { return ( -