Skip to content

Commit 52405b3

Browse files
authored
Merge pull request #17 from superfly/jfent/update-pricing
update pricing
2 parents 9da445e + ce624e9 commit 52405b3

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)