mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 21:12:20 +02:00
Favicon + grow logo size
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 1m4s
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 1m4s
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user