We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8ebeb commit 30fcd50Copy full SHA for 30fcd50
src/components/StoragePricingCalculator/index.jsx
@@ -92,8 +92,8 @@ const StoragePricingCalculator = () => {
92
return (
93
<div className={clsx(styles.calculator, isDarkTheme && styles.dark)}>
94
<div className={styles.header}>
95
- <h3>Storage Pricing Calculator</h3>
96
- <p>Calculate estimated costs for your storage usage</p>
+ <h3>Storage Pricing</h3>
+ <p>Estimate costs for your storage usage</p>
97
</div>
98
99
<Admonition type="warning" title="This is an estimate">
0 commit comments