diff --git a/apps/www/src/routes/pricing/index.tsx b/apps/www/src/routes/pricing/index.tsx index 89bad176..7a1f88a1 100644 --- a/apps/www/src/routes/pricing/index.tsx +++ b/apps/www/src/routes/pricing/index.tsx @@ -37,7 +37,7 @@ const convertToPrice = (value: any) => { case 3: return [2, 0] case 4: - return [3, 0] + return [3, 5] case 5: return [5, 0] default: @@ -484,4 +484,4 @@ export default component$(() => {