@@ -17,14 +17,14 @@ export default function Email({ name }: { name?: string }) {
1717 < Preview > Welcome to Trigger.dev</ Preview >
1818 < Tailwind >
1919 < 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]" >
2424 Our goal is to give developers like you the ability to effortlessly create powerful AI
2525 agents and workflows in code.
2626 </ Text >
27- < Text className = "text-[16px] text-[#D7D9DD] " >
27+ < Text className = "text-[16px]" >
2828 I recommend our{ " " }
2929 < Link
3030 className = "text-[#6366F1] text-[16px] no-underline"
@@ -43,7 +43,7 @@ export default function Email({ name }: { name?: string }) {
4343 workflow.
4444 </ Text >
4545
46- < Text className = "text-[16px] text-[#D7D9DD] " >
46+ < Text className = "text-[16px]" >
4747 Feel free to reply to this email if you have any questions or join our{ " " }
4848 < Link
4949 className = "text-[#6366F1] text-[16px] no-underline"
@@ -54,12 +54,12 @@ export default function Email({ name }: { name?: string }) {
5454 to connect with the community and our team.
5555 </ Text >
5656
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 >
5858
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]" >
6363 If you don’t want me to contact you again, please just let me know and I’ll update
6464 your preferences.
6565 </ Text >
0 commit comments