Favicon + grow logo size
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 1m4s

This commit is contained in:
Antoni Nuñez Romeu
2026-03-19 17:51:11 +01:00
parent c9d4621aaf
commit ba4e76058e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -38,7 +38,7 @@ const Navbar = () => {
<div className="container mx-auto flex items-center justify-between px-4 py-3 relative z-50">
{/* Logo */}
<a href="#" className="font-display text-xl font-bold text-gradient" onClick={() => setMenuOpen(false)}>
<img src={Logo} alt="ZLB Logo" className="h-8 w-auto" />
<img src={Logo} alt="ZLB Logo" className="h-12 w-auto" />
</a>
{/* Desktop links */}