Skip to content

Commit 01ffca0

Browse files
authored
Merge pull request #1314 from trycompai/mariano/qa-email-bouncing
[dev] [Marfuen] mariano/qa-email-bouncing
2 parents 05931fa + 7e83b4e commit 01ffca0

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

packages/email/emails/invite.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
Body,
33
Button,
44
Container,
5-
Font,
65
Heading,
76
Html,
87
Link,
@@ -24,30 +23,6 @@ export const InviteEmail = ({ email, organizationName, inviteLink }: Props) => {
2423
return (
2524
<Html>
2625
<Tailwind>
27-
<head>
28-
<Font
29-
fontFamily="Geist"
30-
fallbackFontFamily="Helvetica"
31-
webFont={{
32-
url: 'https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/files/geist-sans-latin-400-normal.woff2',
33-
format: 'woff2',
34-
}}
35-
fontWeight={400}
36-
fontStyle="normal"
37-
/>
38-
39-
<Font
40-
fontFamily="Geist"
41-
fallbackFontFamily="Helvetica"
42-
webFont={{
43-
url: 'https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/files/geist-sans-latin-500-normal.woff2',
44-
format: 'woff2',
45-
}}
46-
fontWeight={500}
47-
fontStyle="normal"
48-
/>
49-
</head>
50-
5126
<Preview>You've been invited to join Comp AI</Preview>
5227

5328
<Body className="mx-auto my-auto bg-[#fff] font-sans">

packages/email/emails/magic-link.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
Body,
33
Button,
44
Container,
5-
Font,
65
Heading,
76
Html,
87
Link,
@@ -24,30 +23,6 @@ export const MagicLinkEmail = ({ email, url, inviteCode }: Props) => {
2423
return (
2524
<Html>
2625
<Tailwind>
27-
<head>
28-
<Font
29-
fontFamily="Geist"
30-
fallbackFontFamily="Helvetica"
31-
webFont={{
32-
url: 'https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/files/geist-sans-latin-400-normal.woff2',
33-
format: 'woff2',
34-
}}
35-
fontWeight={400}
36-
fontStyle="normal"
37-
/>
38-
39-
<Font
40-
fontFamily="Geist"
41-
fallbackFontFamily="Helvetica"
42-
webFont={{
43-
url: 'https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/files/geist-sans-latin-500-normal.woff2',
44-
format: 'woff2',
45-
}}
46-
fontWeight={500}
47-
fontStyle="normal"
48-
/>
49-
</head>
50-
5126
<Preview>Login Link for Comp AI</Preview>
5227

5328
<Body className="mx-auto my-auto bg-[#fff] font-sans">

0 commit comments

Comments
 (0)