Skip to content

Commit c91ad09

Browse files
committed
feat: Update email template
1 parent ac5d882 commit c91ad09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/database/emails/first-shareable-link.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export function FirstShareableLink({
2626
return (
2727
<Html>
2828
<Head />
29-
<Preview>Your first Cap shareable link is ready!</Preview>
3029
<Tailwind>
3130
<Body className="mx-auto my-auto bg-white font-sans">
3231
<Container className="mx-auto my-10 max-w-[500px] rounded border border-solid border-gray-200 px-10 py-5">
@@ -40,7 +39,7 @@ export function FirstShareableLink({
4039
/>
4140
</Section>
4241
<Heading className="mx-0 my-7 p-0 text-center text-xl font-semibold text-black">
43-
You've created your first Cap link!
42+
You created your first Cap link! 🥳
4443
</Heading>
4544
<Text className="text-sm leading-6 text-black">
4645
Your video "{videoName}" is now ready to share with anyone.

0 commit comments

Comments
 (0)