fix heading alignment

This commit is contained in:
saml33 2022-12-05 10:34:17 +11:00
parent 188589c50c
commit c4363a07d7
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ const CreateAccountForm = ({
<ArrowLeftIcon className="h-5 w-5" />
</IconButton>
) : null}
<h2>{t('create-account')}</h2>
<h2 className="w-full text-center">{t('create-account')}</h2>
{handleBack ? <div className="h-5 w-5" /> : null}
</div>
{isFirstAccount ? (
<p className="mt-1">You need a Mango Account to get started.</p>