From 2932ace6156f6f5dab678dce2b2eed2477d6ff36 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 25 May 2026 00:27:16 +0000 Subject: [PATCH] Expanded navbar width and applied rounded corners to NavbarFloating component. --- src/components/ui/NavbarFloating.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/NavbarFloating.tsx b/src/components/ui/NavbarFloating.tsx index 7f8370e..da13d7b 100644 --- a/src/components/ui/NavbarFloating.tsx +++ b/src/components/ui/NavbarFloating.tsx @@ -45,8 +45,8 @@ const NavbarFloating = ({ logo, navItems, ctaButton }: NavbarFloatingProps) => { )} -