modifica a log 3
This commit is contained in:
parent
e6559fc129
commit
467135595c
1 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ export default function Navbar({ actions }: { actions?: ReactNode }) {
|
|||
return (
|
||||
<nav className="border-b border-zinc-800 bg-black">
|
||||
<div className="max-w-7xl mx-auto px-4">
|
||||
<div className="flex items-center justify-between h-14">
|
||||
<div className="flex items-center justify-between h-32">
|
||||
{/* Logo */}
|
||||
<Link
|
||||
href="/"
|
||||
|
|
@ -36,10 +36,10 @@ export default function Navbar({ actions }: { actions?: ReactNode }) {
|
|||
<Image
|
||||
src="/immagini/Logo.webp"
|
||||
alt="MagRicambi"
|
||||
width={240}
|
||||
height={60}
|
||||
width={480}
|
||||
height={120}
|
||||
priority
|
||||
className="h-14 w-auto"
|
||||
className="h-28 w-auto"
|
||||
/>
|
||||
</Link>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue