Bob AI: Increased the size of the logo image in the navbar.

This commit is contained in:
kudinDmitriyUp
2026-07-05 16:34:57 +00:00
parent 432d1e3380
commit cb92f464f1

View File

@@ -47,7 +47,7 @@ const NavbarFullscreenStatic = ({ logo, navItems, ctaButton }: NavbarFullscreenS
href="/"
className="text-xl font-medium text-black flex items-center gap-3"
>
<img src="https://storage.googleapis.com/webild/users/user_3G5derssVxjqrVSo3ygGVFCInNC/uploaded-1783268235045-8qnafq0i.png" alt="Logo" className="h-20 w-auto object-contain" />
<img src="https://storage.googleapis.com/webild/users/user_3G5derssVxjqrVSo3ygGVFCInNC/uploaded-1783268235045-8qnafq0i.png" alt="Logo" className="h-28 w-auto object-contain" />
<span>{logo}</span>
</a>