This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 23:19:58 +00:00
parent c855c803d0
commit 85dfbae98b
+2 -1
View File
@@ -132,7 +132,6 @@ 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">
<div className="max-w-2xl mx-auto">
{/* Back link - top left */} {/* Back link - top left */}
<div className="mb-6"> <div className="mb-6">
<button <button
@@ -144,6 +143,8 @@ const Account = () => {
</button> </button>
</div> </div>
<div className="max-w-2xl mx-auto">
{/* Header */} {/* Header */}
<div className="text-center mb-8"> <div className="text-center mb-8">
<h1 className="font-serif text-3xl md:text-4xl font-semibold mb-2"> <h1 className="font-serif text-3xl md:text-4xl font-semibold mb-2">