From 3f64ec573e5b192e2679b40522e035ba46e6c027 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 10:46:25 +0000 Subject: [PATCH] Bob AI: Changed logo container to square and increased size --- src/components/ui/NavbarFloatingLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/NavbarFloatingLogo.tsx b/src/components/ui/NavbarFloatingLogo.tsx index 4f9ddca..bf14f41 100644 --- a/src/components/ui/NavbarFloatingLogo.tsx +++ b/src/components/ui/NavbarFloatingLogo.tsx @@ -50,7 +50,7 @@ const NavbarFloatingLogo = ({ logo, logoImageSrc, navItems, ctaButton }: NavbarF
- {logo} + {logo} {logo} -- 2.49.1