Changes
This commit is contained in:
@@ -69,16 +69,17 @@ const Contact = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-background flex flex-col">
|
<div className="min-h-screen bg-background flex flex-col">
|
||||||
<Header />
|
<Header />
|
||||||
<main className="flex-1 pt-24 pb-16 px-4">
|
<div className="px-6 pt-32">
|
||||||
<div className="max-w-xl mx-auto">
|
|
||||||
{/* Back link */}
|
|
||||||
<button
|
<button
|
||||||
onClick={() => navigate("/")}
|
onClick={() => navigate("/")}
|
||||||
className="flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground transition-colors mb-8"
|
className="inline-flex items-center gap-2 text-muted-foreground hover:text-primary transition-colors"
|
||||||
>
|
>
|
||||||
<ArrowLeft className="w-4 h-4" />
|
<ArrowLeft size={16} />
|
||||||
Tillbaka till startsidan
|
<span>Tillbaka till startsidan</span>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
|
<main className="flex-1 pt-8 pb-16 px-4">
|
||||||
|
<div className="max-w-xl mx-auto">
|
||||||
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="text-center mb-10">
|
<div className="text-center mb-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user