diff --git a/frontend/src/pages/VerifyEmail.tsx b/frontend/src/pages/VerifyEmail.tsx index ee9fd16..8eb2023 100644 --- a/frontend/src/pages/VerifyEmail.tsx +++ b/frontend/src/pages/VerifyEmail.tsx @@ -1,7 +1,33 @@ +import { EnvelopeSimpleOpenIcon } from "@phosphor-icons/react"; +import Logo from "../components/Logo"; + export default function VerifyEmail() { return ( -
-

Verify Email

+
+
+ +
+ +
+

Check Your Email

+

+ We've sent an activation link to your inbox.
+ Please click it to verify your account. +

+
+ +
+ +
+

+ Didn't receive it? Check your spam folder or wait for a few minutes. + The link will expire in 24 hours. +

+
+ +

window.close()}> + You can close this window now. +

); }