From 0c9ad60a9e4bbdddaba06d1db4dbc36330f401e2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 21 May 2026 00:11:18 +0000 Subject: [PATCH] Fix: Adjusted navbar border radius to be consistent with the rest of the site's styling --- 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 feca204..ed0a141 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -17,7 +17,7 @@ const handleNavClick = (e: React.MouseEvent, href: string, on const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => { return ( -