diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte index 9c9eb468bc..86ba9a9547 100644 --- a/src/routes/pricing/compare-plans.svelte +++ b/src/routes/pricing/compare-plans.svelte @@ -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
1 CPU - 512MB RAM
1 CPU - 1GB RAM
1 CPU - 2GB RAM
2 CPU - 4GB RAM
4 CPU - 4GB RAM', + scale: '0.5 CPU - 512MB RAM
1 CPU - 512MB RAM
1 CPU - 1GB RAM
1 CPU - 2GB RAM
2 CPU - 4GB RAM
4 CPU - 4GB RAM', + enterprise: 'Custom' + }, { title: 'Additional executions', free: '-', @@ -607,7 +628,7 @@ class:is-selected={col === tab} > {#if typeof row[col] === 'string'} - {row[col]} + {@html row[col]} {:else}