Skip to content

Commit 8ef0717

Browse files
committed
style: normalize marketing email template literals
1 parent 4064322 commit 8ef0717

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

emails/marketing/free-plans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const freePlans = {
1212
"<Paragraph>If you're thinking about using Cap for work, there are two options.</Paragraph>",
1313
"<Paragraph>A <Strong>Desktop License</Strong> covers commercial use of the recorder and editor. It's a good fit if you mainly edit and export videos yourself.</Paragraph>",
1414
"<Paragraph><Strong>Cap Pro</Strong> adds cloud sharing and collaboration, and includes the desktop commercial license. That's the one to look at if you're sharing recordings with clients or your team.</Paragraph>",
15-
'<Paragraph><Link href="https://cap.so/pricing">Compare the plans here</Link>.</Paragraph>',
15+
`<Paragraph><Link href="https://cap.so/pricing">Compare the plans here</Link>.</Paragraph>`,
1616
"<Paragraph>Not sure which you need? Reply with what you're using Cap for and I'll point you in the right direction.</Paragraph>",
1717
].join(""),
1818
} satisfies EmailDefinition;

emails/marketing/free-record.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const freeRecord = {
1111
"<Paragraph>{contact.capGreeting}</Paragraph>",
1212
"<Paragraph>If you're still finding your feet with Cap, try this: open something on your screen and spend 30 seconds explaining it out loud.</Paragraph>",
1313
"<Paragraph>No script or perfect take needed. In Studio Mode, you can trim it afterwards and keep the recording on your own device.</Paragraph>",
14-
'<Paragraph>Need the app? <Link href="https://cap.so/download">You can download Cap here</Link>.</Paragraph>',
14+
`<Paragraph>Need the app? <Link href="https://cap.so/download">You can download Cap here</Link>.</Paragraph>`,
1515
"<Paragraph>If something's stopping you from recording, reply and let me know what happened. I'll help you sort it.</Paragraph>",
1616
].join(""),
1717
} satisfies EmailDefinition;

emails/marketing/free-share.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export const freeShare = {
1212
"<Paragraph>Next time you're typing a long explanation, try showing it in Cap instead.</Paragraph>",
1313
"<Paragraph>Record the bit that's hard to explain, then send the link with a sentence about what you need. Something like: “Here's the bug I mentioned. Can you see the same thing?”</Paragraph>",
1414
"<Paragraph>It doesn't have to be polished to be useful.</Paragraph>",
15-
'<Paragraph><Link href="https://cap.so/dashboard">Open your Cap library</Link>.</Paragraph>',
15+
`<Paragraph><Link href="https://cap.so/dashboard">Open your Cap library</Link>.</Paragraph>`,
1616
].join(""),
1717
} satisfies EmailDefinition;

emails/marketing/free-update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const freeUpdate = {
1111
body: [
1212
"<Paragraph>{contact.capGreeting}</Paragraph>",
1313
"<Paragraph>If it's been a while since you tried Cap, I'd love for you to take another look.</Paragraph>",
14-
'<Paragraph><Link href="https://cap.so/changelog">You can see what\'s changed here</Link>. Next time you need to explain something on screen, give it a go.</Paragraph>',
14+
`<Paragraph><Link href="https://cap.so/changelog">You can see what's changed here</Link>. Next time you need to explain something on screen, give it a go.</Paragraph>`,
1515
"<Paragraph>If something put you off last time, just reply and tell me. I'd like to know, especially if it was something we could have done better.</Paragraph>",
1616
].join(""),
1717
} satisfies EmailDefinition;

emails/marketing/free-welcome.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const freeWelcome = {
1212
"<Paragraph>Richie here, founder of Cap. Thanks for giving it a go :)</Paragraph>",
1313
"<Paragraph>The easiest way to start is to record something you'd normally type out. A quick explanation or a bit of feedback is plenty.</Paragraph>",
1414
"<Paragraph>Use Instant Mode when you want a shareable link, or Studio Mode to edit your recording and export it locally.</Paragraph>",
15-
'<Paragraph><Link href="https://cap.so/download">Download Cap here</Link>.</Paragraph>',
15+
`<Paragraph><Link href="https://cap.so/download">Download Cap here</Link>.</Paragraph>`,
1616
"<Paragraph>If you have any questions, just reply to this email. I'd love to help.</Paragraph>",
1717
].join(""),
1818
} satisfies EmailDefinition;

emails/marketing/teammate-handoff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const teammateHandoff = {
1111
"<Paragraph>{contact.capGreeting}</Paragraph>",
1212
"<Paragraph>Next time you hand something over to a teammate, try recording the part that's tricky to explain in a message.</Paragraph>",
1313
"<Paragraph>Show what changed and what you need them to look at. Even a short recording can save a lot of back and forth.</Paragraph>",
14-
'<Paragraph><Link href="https://cap.so/dashboard">Open your team workspace</Link>. Before sending a recording, check its sharing settings so the right people can watch it.</Paragraph>',
14+
`<Paragraph><Link href="https://cap.so/dashboard">Open your team workspace</Link>. Before sending a recording, check its sharing settings so the right people can watch it.</Paragraph>`,
1515
"<Paragraph>If anything about sharing with your team feels awkward, reply and let me know.</Paragraph>",
1616
].join(""),
1717
} satisfies EmailDefinition;

0 commit comments

Comments
 (0)