diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index e2647b40..b161d011 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -63,7 +63,6 @@ export default function Welcome({ setIsVerified(confirmed); }, [user]); - const handleCheckVerification = async () => { setIsCheckingVerification(true); try { @@ -183,7 +182,6 @@ export default function Welcome({ } }; - const VerificationIcon = isVerified ? MailCheck : MailWarning; const verificationBorderClass = isVerified ? "border-emerald-500/40" @@ -393,7 +391,9 @@ export default function Welcome({ ) : ( <>

- Check your inbox for the AeThex confirmation email we sent during sign-up. Click the verification link in that email to confirm your account. + Check your inbox for the AeThex confirmation email we sent + during sign-up. Click the verification link in that email to + confirm your account.