From 944d2337ef95770b703b432e396be5a6cecf59c1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 5 Jul 2026 16:22:42 +0000 Subject: [PATCH] Bob AI: Make the logo bigger in the navbar --- src/components/ui/NavbarFullscreenStatic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/NavbarFullscreenStatic.tsx b/src/components/ui/NavbarFullscreenStatic.tsx index f55a457..6472856 100644 --- a/src/components/ui/NavbarFullscreenStatic.tsx +++ b/src/components/ui/NavbarFullscreenStatic.tsx @@ -47,7 +47,7 @@ const NavbarFullscreenStatic = ({ logo, navItems, ctaButton }: NavbarFullscreenS href="/" className="text-xl font-medium text-black flex items-center gap-3" > - Logo + Logo {logo} -- 2.49.1