Changes
This commit is contained in:
+4
-2
@@ -28,14 +28,16 @@ const FAQ = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="bg-background text-foreground min-h-screen">
|
<div className="bg-background text-foreground min-h-screen">
|
||||||
<Header />
|
<Header />
|
||||||
<main className="max-w-3xl mx-auto px-6 pt-32 pb-16">
|
<div className="px-6 pt-32">
|
||||||
<Link
|
<Link
|
||||||
to="/"
|
to="/"
|
||||||
className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors mb-8"
|
className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors"
|
||||||
>
|
>
|
||||||
<ArrowLeft size={16} />
|
<ArrowLeft size={16} />
|
||||||
<span>Tillbaka till startsidan</span>
|
<span>Tillbaka till startsidan</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
</div>
|
||||||
|
<main className="max-w-3xl mx-auto px-6 pt-8 pb-16">
|
||||||
<h1 className="text-3xl md:text-4xl font-bold text-center mb-4">
|
<h1 className="text-3xl md:text-4xl font-bold text-center mb-4">
|
||||||
Vanliga frågor
|
Vanliga frågor
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user