From bd4b64f047ebba59b27ce47aa8671891c44dc863 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 9 May 2026 06:19:41 +0000 Subject: [PATCH] fix: reduce gap in NavbarInline to prevent text overlap --- 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..646b1aa 100644 --- a/src/components/ui/NavbarInline.tsx +++ b/src/components/ui/NavbarInline.tsx @@ -21,7 +21,7 @@ const NavbarInline = ({ logo, navItems, ctaButton }: NavbarInlineProps) => {
{logo} -
+
{navItems.map((item) => (