standard email signature

This commit is contained in:
Milo Schwartz 2025-01-05 00:06:24 -05:00
parent b96be3b649
commit 9f2d449527
No known key found for this signature in database
8 changed files with 31 additions and 28 deletions

View file

@ -13,6 +13,7 @@ import {
EmailGreeting,
EmailHeading,
EmailLetterHead,
EmailSignature,
EmailText
} from "./components/Email";
@ -47,9 +48,7 @@ export const ConfirmPasswordReset = ({ email }: Props) => {
</EmailText>
<EmailFooter>
Best regards,
<br />
Fossorial
<EmailSignature />
</EmailFooter>
</EmailContainer>
</Body>