Skip to content
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

Faq & contact button update #478

Merged
merged 6 commits into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from 4 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
8 changes: 4 additions & 4 deletions src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@
</h3>
</header>
<p class="u-margin-block-start-8">
We support OSS maintainers with a free Pro Plan. Get in touch to
find out more.
We support OSS maintainers with a free Pro Plan. Read our announcement blog
to find out more.
</p>
<a
href="/contact-us"
href="/blog/post/announcing-appwrite-pro"
class="aw-button is-secondary u-margin-block-start-32"
>
<span>Contact us</span>
<span>Learn more</span>
</a>
</article>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/pricing/faq.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
question: 'How can I join the OSS program?',
answer: `The OSS program is exclusively for active open-source maintainers using Appwrite Cloud. If you consider your project to be liable for the program, you can <a class="aw-link is-inline" href="/contact-us">apply here</a>.`
answer: `The OSS program is exclusively for active open-source maintainers using Appwrite Cloud. You can find more information on how to join the program in our <a class="aw-link is-inline" href="//blog/post/announcing-appwrite-pro">announcement blog</a>.`
eldadfux marked this conversation as resolved.
Show resolved Hide resolved
},
{
question: 'I have a Starter plan account. How do I upgrade to a paid plan?',
Expand Down