diff --git a/src/routes/console/(billing-modal)/hoodieCover.svelte b/src/routes/console/(billing-modal)/hoodieCover.svelte index dbad9e24db..19fbaa6c5c 100644 --- a/src/routes/console/(billing-modal)/hoodieCover.svelte +++ b/src/routes/console/(billing-modal)/hoodieCover.svelte @@ -14,13 +14,15 @@ $: postText = encodeURIComponent( [ - `Appwrite Pro is now available! `, + `@appwrite Pro just launched!`, ``, - `Why did I upgrade?`, + `I am one of the first to join 🔥`, ``, - `Because`, + `Learn more about Appwrite Pro here: https://apwr.dev/AppwritePro`, ``, - `Discover Appwrite Pro and get started at https://appwrite.io/pricing` + `Ps. Limited edition Appwrite Pro zipper hoodies are up for grabs.`, + ``, + `#AppwritePro` ].join('\n') );