We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db97f61 commit a916bdcCopy full SHA for a916bdc
src/components/StoragePricingCalculator/index.jsx
@@ -8,7 +8,7 @@ import styles from './StoragePricingCalculator.module.css';
8
const pricingTiers = [
9
{
10
name: 'Free/Starter',
11
- description: '$0/month & $39/month',
+ description: '$0/month & $29/month',
12
storageMultiplier: 1.0,
13
readMultiplier: 1.0,
14
writeMultiplier: 1.0,
0 commit comments