i hate web dev

This commit is contained in:
Polaris
2024-08-24 11:29:16 -04:00
parent d043e98210
commit fcbfce9ea9

View File

@ -4,11 +4,11 @@ import Link from "next/link";
export default async function SuccessPage() { export default async function SuccessPage() {
return ( return (
<main className="max-w-xl px-4 mx-auto flex flex-col justify-center h-screen "> <main className="mx-auto flex h-screen max-w-xl flex-col justify-center px-4">
<Card className="gap-4 flex flex-col p-6"> <Card className="flex flex-col gap-4 p-6">
<h1 className="text-2xl font-light mb-4">Password reset</h1> <h1 className="mb-4 text-2xl font-light">Password reset</h1>
<p className="mb-4"> <p className="mb-4">
If the email doesn't show up, check your spam folder. If the email doesn&apos;t show up, check your spam folder.
</p> </p>
<Button type="submit" asChild className="mt-4"> <Button type="submit" asChild className="mt-4">
<Link href="/">Return to Login</Link> <Link href="/">Return to Login</Link>