Italicized footer text

Make the footer text “Äkta svenskt konditorhantverk” italic by updating the class in Footer.tsx.

X-Lovable-Edit-ID: edt-f187395d-a6b2-4092-8619-38378b96c70e
This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:24:53 +00:00
+1 -1
View File
@@ -10,7 +10,7 @@ const Footer = () => {
<p className="font-display text-xl text-primary mb-4">
Konditorivaror
</p>
<p className="text-muted-foreground">
<p className="text-muted-foreground italic">
Äkta svenskt konditorhantverk
</p>
</div>