@@ -17,14 +17,14 @@ export default function Email({ name }: { name?: string }) {
17
17
< Preview > Welcome to Trigger.dev</ Preview >
18
18
< Tailwind >
19
19
< Body className = "bg-[#121317] my-auto mx-auto font-sans" >
20
- < Container className = "mb-[40px] mx-auto p-[20px] max-w-[600px]" >
21
- < Text className = "text-[16px] text-[#D7D9DD] " > Hey { name ?? "there" } ,</ Text >
22
- < Text className = "text-[16px] text-[#D7D9DD] " > I’m Matt, CEO of Trigger.dev.</ Text >
23
- < Text className = "text-[16px] text-[#D7D9DD] " >
20
+ < Container className = "mb-[40px] mx-auto p-[20px] max-w-[600px] text-[#D7D9DD] " >
21
+ < Text className = "text-[16px]" > Hey { name ?? "there" } ,</ Text >
22
+ < Text className = "text-[16px]" > I’m Matt, CEO of Trigger.dev.</ Text >
23
+ < Text className = "text-[16px]" >
24
24
Our goal is to give developers like you the ability to effortlessly create powerful AI
25
25
agents and workflows in code.
26
26
</ Text >
27
- < Text className = "text-[16px] text-[#D7D9DD] " >
27
+ < Text className = "text-[16px]" >
28
28
I recommend our{ " " }
29
29
< Link
30
30
className = "text-[#6366F1] text-[16px] no-underline"
@@ -43,7 +43,7 @@ export default function Email({ name }: { name?: string }) {
43
43
workflow.
44
44
</ Text >
45
45
46
- < Text className = "text-[16px] text-[#D7D9DD] " >
46
+ < Text className = "text-[16px]" >
47
47
Feel free to reply to this email if you have any questions or join our{ " " }
48
48
< Link
49
49
className = "text-[#6366F1] text-[16px] no-underline"
@@ -54,12 +54,12 @@ export default function Email({ name }: { name?: string }) {
54
54
to connect with the community and our team.
55
55
</ Text >
56
56
57
- < Text className = "text-[16px] text-[#D7D9DD] " > We hope you enjoy using Trigger.dev!</ Text >
57
+ < Text className = "text-[16px]" > We hope you enjoy using Trigger.dev!</ Text >
58
58
59
- < Text className = "text-[16px] text-[#D7D9DD] " > Best,</ Text >
60
- < Text className = "text-[16px] text-[#D7D9DD] " > Matt</ Text >
61
- < Text className = "text-[16px] text-[#D7D9DD] " > CEO, Trigger.dev</ Text >
62
- < Text className = "text-[16px] text-[#D7D9DD] " >
59
+ < Text className = "text-[16px]" > Best,</ Text >
60
+ < Text className = "text-[16px]" > Matt</ Text >
61
+ < Text className = "text-[16px]" > CEO, Trigger.dev</ Text >
62
+ < Text className = "text-[16px]" >
63
63
If you don’t want me to contact you again, please just let me know and I’ll update
64
64
your preferences.
65
65
</ Text >
0 commit comments