Changes
This commit is contained in:
+4
-2
@@ -28,14 +28,16 @@ const FAQ = () => {
|
||||
return (
|
||||
<div className="bg-background text-foreground min-h-screen">
|
||||
<Header />
|
||||
<main className="max-w-3xl mx-auto px-6 pt-32 pb-16">
|
||||
<div className="px-6 pt-32">
|
||||
<Link
|
||||
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} />
|
||||
<span>Tillbaka till startsidan</span>
|
||||
</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">
|
||||
Vanliga frågor
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user