mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-24 20:55:04 +02:00
standard email signature
This commit is contained in:
parent
b96be3b649
commit
9f2d449527
8 changed files with 31 additions and 28 deletions
|
@ -14,6 +14,7 @@ import {
|
|||
EmailHeading,
|
||||
EmailLetterHead,
|
||||
EmailSection,
|
||||
EmailSignature,
|
||||
EmailText
|
||||
} from "./components/Email";
|
||||
import CopyCodeBox from "./components/CopyCodeBox";
|
||||
|
@ -59,9 +60,7 @@ export const ResetPasswordCode = ({ email, code, link }: Props) => {
|
|||
</EmailText>
|
||||
|
||||
<EmailFooter>
|
||||
Best regards,
|
||||
<br />
|
||||
Fossorial
|
||||
<EmailSignature />
|
||||
</EmailFooter>
|
||||
</EmailContainer>
|
||||
</Body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue