Remove tagline from footer
Removed the "Äkta svenskt konditorhantverk" text from the footer and cleaned up logo container by adjusting image class. X-Lovable-Edit-ID: edt-06f983eb-95a6-4078-b001-37dbd1edd41e
This commit is contained in:
@@ -9,11 +9,8 @@ const Footer = () => {
|
||||
<img
|
||||
src={logoImage}
|
||||
alt="Lennart Svensson Konditorivaror"
|
||||
className="h-24 md:h-32 w-auto mx-auto mb-4"
|
||||
className="h-24 md:h-32 w-auto mx-auto"
|
||||
/>
|
||||
<p className="text-muted-foreground italic">
|
||||
Äkta svenskt konditorhantverk
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user