We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97686a7 commit 46d7b6eCopy full SHA for 46d7b6e
src/core/email/templates/base.tsx
@@ -37,7 +37,7 @@ export const EmailTemplate = ({
37
}) => (
38
<Mjml lang="en">
39
<Head>
40
- <Title>{`${title} - CORD Field`}</Title>
+ <Title>{title}</Title>
41
{preview != null && (
42
<Preview>
43
{preview}
0 commit comments