Changes
This commit is contained in:
+11
-10
@@ -132,17 +132,18 @@ const Account = () => {
|
|||||||
<div className="min-h-screen bg-background">
|
<div className="min-h-screen bg-background">
|
||||||
<Header />
|
<Header />
|
||||||
<div className="pt-24 px-4 pb-12">
|
<div className="pt-24 px-4 pb-12">
|
||||||
|
{/* Back link - top left */}
|
||||||
|
<div className="mb-6">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
onClick={() => navigate("/")}
|
||||||
|
className="text-sm text-muted-foreground hover:underline"
|
||||||
|
>
|
||||||
|
← Tillbaka till startsidan
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className="max-w-2xl mx-auto">
|
<div className="max-w-2xl mx-auto">
|
||||||
{/* Back link - top left */}
|
|
||||||
<div className="mb-6">
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
onClick={() => navigate("/")}
|
|
||||||
className="text-sm text-muted-foreground hover:underline"
|
|
||||||
>
|
|
||||||
← Tillbaka till startsidan
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="text-center mb-8">
|
<div className="text-center mb-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user