Skip to content

Commit 061994e

Browse files
authored
Merge pull request #19 from superfly/jfent/fix-prices-again
update pricing
2 parents 8fbbdb0 + 232c86c commit 061994e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/react/PricingRates.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { Switch } from '@/components/ui/switch';
33

44
const HOURLY_RATES = {
55
cpu: 0.07,
6-
ram: 0.011,
7-
storage: 0.1,
6+
ram: 0.04375,
7+
storage: 0.5,
88
};
99

1010
export function PricingRates() {

0 commit comments

Comments
 (0)