Skip to content

Commit ce624e9

Browse files
committed
update pricing
1 parent 9da445e commit ce624e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/react/PricingRates.tsx

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

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

1010
export function PricingRates() {

0 commit comments

Comments
 (0)