Skip to content

Commit

Permalink
Merge pull request #1606 from appwrite/gb-hours
Browse files Browse the repository at this point in the history
added GB hours
  • Loading branch information
ItzNotABug authored Jan 8, 2025
2 parents 814002c + c7917fe commit f121ba9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,27 @@
scale: '3.5M / month',
enterprise: 'Custom'
},
{
title: 'GB-hours',
free: '100 GB-hour / month',
pro: '1,000 GB-hour / month',
scale: '1,000 GB-hour / month',
enterprise: 'Custom'
},
{
title: 'Additional GB-hours',
free: '-',
pro: '$0.09 per GB-hour',
scale: '$0.09 per GB-hour',
enterprise: 'Custom'
},
{
title: 'Compute options',
free: '0.5 CPU - 512MB RAM',
pro: '0.5 CPU - 512MB RAM<br/>1 CPU - 512MB RAM<br/>1 CPU - 1GB RAM<br/>1 CPU - 2GB RAM<br/>2 CPU - 4GB RAM<br/>4 CPU - 4GB RAM',
scale: '0.5 CPU - 512MB RAM<br/>1 CPU - 512MB RAM<br/>1 CPU - 1GB RAM<br/>1 CPU - 2GB RAM<br/>2 CPU - 4GB RAM<br/>4 CPU - 4GB RAM',
enterprise: 'Custom'
},
{
title: 'Additional executions',
free: '-',
Expand Down Expand Up @@ -607,7 +628,7 @@
class:is-selected={col === tab}
>
{#if typeof row[col] === 'string'}
{row[col]}
{@html row[col]}
{:else}
<img
class="mx-auto self-center"
Expand Down

0 comments on commit f121ba9

Please sign in to comment.