8000 fix: tweet message for hoodie by ArmanNik · Pull Request #683 · appwrite/console · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: tweet message for hoodie #683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/routes/console/(billing-modal)/hoodieCover.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Copy link
Member
@christyjacob4 christyjacob4 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this link should point to the blog post and not to the pricing page?
https://appwrite.io/blog/post/announcing-appwrite-pro

``,
`Discover Appwrite Pro and get started at https://appwrite.io/pricing`
`Ps. Limited edition Appwrite Pro zipper hoodies are up for grabs.`,
``,
`#AppwritePro`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you share an image of the rendered version? And is the copy approved?

].join('\n')
);

Expand Down
0