We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a1ab4c + cae0bb1 commit 9622f08Copy full SHA for 9622f08
src/routes/pricing/compare-plans.svelte
@@ -398,7 +398,7 @@
398
rows: [
399
{
400
title: 'Messages',
401
- free: '1000 per month',
+ free: '1000 / month',
402
pro: 'Unlimited',
403
scale: 'Unlimited',
404
enterprise: 'Unlimited'
@@ -482,6 +482,25 @@
482
}
483
]
484
},
485
+ {
486
+ title: 'Others',
487
+ rows: [
488
489
+ title: 'Screenshots',
490
+ free: '50 / month',
491
+ pro: '5,000 / month',
492
+ scale: '5,000 / month',
493
+ enterprise: 'Custom'
494
+ },
495
496
+ title: 'Additional screenshots',
497
+ free: '-',
498
+ pro: '$0.004 per screenshot',
499
+ scale: '$0.004 per screenshot',
500
501
+ }
502
+ ]
503
504
505
title: 'Network',
506
0 commit comments