Skip to content

Commit 167d0e2

Browse files
Merge pull request #683 from appwrite/fix-hoodie-tweet-message
fix: tweet message for hoodie
2 parents c83f5e4 + 5937418 commit 167d0e2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/routes/console/(billing-modal)/hoodieCover.svelte

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
1515
$: postText = encodeURIComponent(
1616
[
17-
`Appwrite Pro is now available! `,
17+
`@appwrite Pro just launched!`,
1818
``,
19-
`Why did I upgrade?`,
19+
`I am one of the first to join 🔥`,
2020
``,
21-
`Because`,
21+
`Learn more about Appwrite Pro here: https://apwr.dev/AppwritePro`,
2222
``,
23-
`Discover Appwrite Pro and get started at https://appwrite.io/pricing`
23+
`Ps. Limited edition Appwrite Pro zipper hoodies are up for grabs.`,
24+
``,
25+
`#AppwritePro`
2426
].join('\n')
2527
);
2628

0 commit comments

Comments
 (0)