From a4be91d1e7dac110da3e68d5202c658f10f870a6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 15 May 2026 10:53:47 +0000 Subject: [PATCH] Made the navigation bar glassmorphic --- src/components/ui/NavbarInline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/NavbarInline.tsx b/src/components/ui/NavbarInline.tsx index b5908a8..42ababa 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -18,7 +18,7 @@ const handleNavClick = (e: React.MouseEvent, href: string, on const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => { return (