fix(email): render Preview inside Body across all email templates (#3004)

This commit is contained in:
Martin Glaser
2026-06-29 16:07:43 +10:00
committed by GitHub
parent a70b0702c3
commit 9cdd2e7ff9
28 changed files with 58 additions and 41 deletions
@@ -29,9 +29,9 @@ export const OrganisationLimitAlertEmailTemplate = ({
return (
<Html>
<Head />
<Preview>{_(previewText)}</Preview>
<Body className="mx-auto my-auto font-sans">
<Preview>{_(previewText)}</Preview>
<Section className="bg-background text-muted-foreground">
<Container className="mx-auto mt-8 mb-2 max-w-xl rounded-lg border border-border border-solid p-2 backdrop-blur-sm">
<TemplateBrandingLogo assetBaseUrl={assetBaseUrl} className="mb-4 h-6 p-2" />