modifica al logo 3
This commit is contained in:
parent
486107d1ea
commit
e6559fc129
1 changed files with 4 additions and 4 deletions
|
|
@ -34,12 +34,12 @@ export default function Navbar({ actions }: { actions?: ReactNode }) {
|
|||
className="flex items-center hover:opacity-80 transition-opacity"
|
||||
>
|
||||
<Image
|
||||
src="/immagini/Logo.png"
|
||||
src="/immagini/Logo.webp"
|
||||
alt="MagRicambi"
|
||||
width={120}
|
||||
height={40}
|
||||
width={240}
|
||||
height={60}
|
||||
priority
|
||||
className="h-10 w-auto"
|
||||
className="h-14 w-auto"
|
||||
/>
|
||||
</Link>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue