fix: update email template

This commit is contained in:
Mythie
2023-09-19 13:49:01 +00:00
parent ca325cc90b
commit def8f45f8b
3 changed files with 15 additions and 9 deletions

View File

@ -62,7 +62,7 @@ export const ForgotPasswordTemplate = ({
<div className="mx-auto mt-12 max-w-xl" />
<Container className="mx-auto max-w-xl">
<TemplateFooter />
<TemplateFooter isDocument={false} />
</Container>
</Section>
</Body>

View File

@ -90,7 +90,7 @@ export const ResetPasswordTemplate = ({
<Hr className="mx-auto mt-12 max-w-xl" />
<Container className="mx-auto max-w-xl">
<TemplateFooter />
<TemplateFooter isDocument={false} />
</Container>
</Section>
</Body>