mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 15:12:19 +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:
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 27 KiB |
@@ -38,7 +38,7 @@ const Navbar = () => {
|
|||||||
<div className="container mx-auto flex items-center justify-between px-4 py-3 relative z-50">
|
<div className="container mx-auto flex items-center justify-between px-4 py-3 relative z-50">
|
||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<a href="#" className="font-display text-xl font-bold text-gradient" onClick={() => setMenuOpen(false)}>
|
<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>
|
</a>
|
||||||
|
|
||||||
{/* Desktop links */}
|
{/* Desktop links */}
|
||||||
|
|||||||
Reference in New Issue
Block a user