From 5cff70a55a46d4ff219fa36d3dcd4437d2b1b8b3 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 22 Dec 2023 09:59:58 +0100 Subject: [PATCH 1/2] chore: fix message --- src/routes/console/(billing-modal)/hoodieCover.svelte | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/routes/console/(billing-modal)/hoodieCover.svelte b/src/routes/console/(billing-modal)/hoodieCover.svelte index dbad9e24db..ddc332f825 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') ); From 593741819e9602c6b020cbcdb76990b251a53ee5 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 22 Dec 2023 10:07:08 +0100 Subject: [PATCH 2/2] fix: copy --- src/routes/console/(billing-modal)/hoodieCover.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/console/(billing-modal)/hoodieCover.svelte b/src/routes/console/(billing-modal)/hoodieCover.svelte index ddc332f825..19fbaa6c5c 100644 --- a/src/routes/console/(billing-modal)/hoodieCover.svelte +++ b/src/routes/console/(billing-modal)/hoodieCover.svelte @@ -16,7 +16,7 @@ [ `@appwrite Pro just launched!`, ``, - `I am one of the first to join🔥`, + `I am one of the first to join 🔥`, ``, `Learn more about Appwrite Pro here: https://apwr.dev/AppwritePro`, ``,