Skip to content

Commit

Permalink
Merge pull request #1012 from appwrite/feat-update-pricing
Browse files Browse the repository at this point in the history
Change pricing to be per unit
  • Loading branch information
christyjacob4 authored Jun 6, 2024
2 parents 3c89150 + dbaf962 commit 5f099f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
{
title: 'Additional bandwidth',
free: '-',
pro: '$40 per 100GB',
scale: '$40 per 100GB'
pro: '$0.4 per GB',
scale: '$0.4 per GB'
},
{
title: 'Storage',
Expand All @@ -46,8 +46,8 @@
{
title: 'Additional storage',
free: '-',
pro: '$3 per 100GB',
scale: '$3 per 100GB'
pro: '$0.03 per GB',
scale: '$0.03 per GB'
},
{
title: 'Compute',
Expand Down Expand Up @@ -146,8 +146,8 @@
{
title: 'Additional users',
free: '-',
pro: '$3 per 1,000 users',
scale: '$3 per 1,000 users'
pro: '$0.003 per user',
scale: '$0.003 per user'
},
{
title: 'Teams',
Expand Down Expand Up @@ -251,8 +251,8 @@
{
title: 'Additional concurrent connections',
free: '-',
pro: '$5 per 1,000',
scale: '$5 per 1,000'
pro: '$0.005 per connection',
scale: '$0.005 per connection'
},
{
title: 'Messages',
Expand Down

0 comments on commit 5f099f6

Please sign in to comment.