We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5d882 commit c91ad09Copy full SHA for c91ad09
packages/database/emails/first-shareable-link.tsx
@@ -26,7 +26,6 @@ export function FirstShareableLink({
26
return (
27
<Html>
28
<Head />
29
- <Preview>Your first Cap shareable link is ready!</Preview>
30
<Tailwind>
31
<Body className="mx-auto my-auto bg-white font-sans">
32
<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({
40
39
/>
41
</Section>
42
<Heading className="mx-0 my-7 p-0 text-center text-xl font-semibold text-black">
43
- You've created your first Cap link!
+ You created your first Cap link! 🥳
44
</Heading>
45
<Text className="text-sm leading-6 text-black">
46
Your video "{videoName}" is now ready to share with anyone.
0 commit comments