fix: headers hierarchy on reset page (#564)

This commit is contained in:
Zainab Amir
2022-04-25 14:37:29 +05:00
committed by GitHub
parent b962b3f4ca
commit 38cbd4d0d8

View File

@@ -99,9 +99,9 @@ const ForgotPasswordPage = (props) => {
</Helmet>
<Form className="mw-xs">
<ForgotPasswordAlert email={props.email} emailError={errors.email} status={status} />
<h4>
<h2 className="h4">
{intl.formatMessage(messages['forgot.password.page.heading'])}
</h4>
</h2>
<p className="mb-4">
{intl.formatMessage(messages['forgot.password.page.instructions'])}
</p>