Skip to content

Commit

Permalink
Merge pull request #408 from appwrite/feat-improve-pricing-copy
Browse files Browse the repository at this point in the history
Improve pricing copy
  • Loading branch information
eldadfux authored Dec 9, 2023
2 parents fc0bed9 + 5bd5725 commit 61f72e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@
</button>
</header>
<div class="aw-pricing-cards-content">
<p>Everything in Starter plus:</p>
<ul class="aw-checked-list-circle">
<li>
<span>Unlimited projects (never paused)</span>
</li>
<li><span>300GB bandwidth</span></li>
<li><span>150GB storage</span></li>
<li><span>3.5M executions</span></li>
Expand Down Expand Up @@ -180,7 +182,7 @@
</button>
</header>
<div class="aw-pricing-cards-content">
<p>Everything in Starter & Pro plus:</p>
<p>Everything in Pro and:</p>
<ul class="aw-checked-list-circle">
<li><span>5TB bandwidth</span></li>
<li><span>500GB storage</span></li>
Expand Down

0 comments on commit 61f72e1

Please sign in to comment.