mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
Use p instead of H1 not to clash with the page heading for SEO
This commit is contained in:
parent
0bd9a2c908
commit
44fe6e1373
1 changed files with 2 additions and 2 deletions
|
|
@ -307,9 +307,9 @@ class TopbarComponent extends Component {
|
|||
>
|
||||
<div className={css.verifyEmailContent}>
|
||||
<IconEmailAttention className={css.modalIcon} />
|
||||
<h1 className={css.modalTitle}>
|
||||
<p className={css.modalTitle}>
|
||||
<FormattedMessage id="Topbar.verifyEmailTitle" />
|
||||
</h1>
|
||||
</p>
|
||||
<p className={css.modalMessage}>
|
||||
<FormattedMessage id="Topbar.verifyEmailText" />
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue