diff --git a/components/ProfilePage/VerifyAccountSection.tsx b/components/ProfilePage/VerifyAccountSection.tsx index 6ebe239b7..87a6dd2a5 100644 --- a/components/ProfilePage/VerifyAccountSection.tsx +++ b/components/ProfilePage/VerifyAccountSection.tsx @@ -18,9 +18,7 @@ export const VerifyAccountSection = ({ return (
-

- {t("verifyAccountSection.verifyAccount")} -

+

{t("verifyAccountSection.verifyAccount")}

{sendEmailVerification.status === "success" ? ( @@ -35,7 +33,7 @@ export const VerifyAccountSection = ({ {sendEmailVerification.status !== "success" ? ( sendEmailVerification.execute(user)}