i hate web dev
This commit is contained in:
@ -4,11 +4,11 @@ import Link from "next/link";
|
||||
|
||||
export default async function SuccessPage() {
|
||||
return (
|
||||
<main className="max-w-xl px-4 mx-auto flex flex-col justify-center h-screen ">
|
||||
<Card className="gap-4 flex flex-col p-6">
|
||||
<h1 className="text-2xl font-light mb-4">Password reset</h1>
|
||||
<main className="mx-auto flex h-screen max-w-xl flex-col justify-center px-4">
|
||||
<Card className="flex flex-col gap-4 p-6">
|
||||
<h1 className="mb-4 text-2xl font-light">Password reset</h1>
|
||||
<p className="mb-4">
|
||||
If the email doesn't show up, check your spam folder.
|
||||
If the email doesn't show up, check your spam folder.
|
||||
</p>
|
||||
<Button type="submit" asChild className="mt-4">
|
||||
<Link href="/">Return to Login</Link>
|
||||
|
Reference in New Issue
Block a user