From 7d6a7542e264edb062c000328aaaf48413ce475f Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Mon, 30 Dec 2024 02:17:50 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(www):=20Fix=20a=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/www/src/routes/pricing/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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$(() => {