standard email signature

This commit is contained in:
Milo Schwartz
2025-01-05 00:06:24 -05:00
parent b96be3b649
commit 9f2d449527
8 changed files with 31 additions and 28 deletions

View File

@@ -13,7 +13,8 @@ import {
EmailText,
EmailFooter,
EmailSection,
EmailGreeting
EmailGreeting,
EmailSignature
} from "./components/Email";
import { themeColors } from "./lib/theme";
import CopyCodeBox from "./components/CopyCodeBox";
@@ -60,9 +61,7 @@ export const ResourceOTPCode = ({
</EmailSection>
<EmailFooter>
Best regards,
<br />
Fossorial
<EmailSignature />
</EmailFooter>
</EmailContainer>
</Body>