From c1bb7780244b1a706c1394b3d938674794fc4cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84kwav?= Date: Sun, 22 Dec 2024 21:29:49 +0100 Subject: [PATCH] note 4 weeks is cheaper --- utils/PremiumTypeUtils.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/PremiumTypeUtils.tsx b/utils/PremiumTypeUtils.tsx index 94abe499..a1da8add 100644 --- a/utils/PremiumTypeUtils.tsx +++ b/utils/PremiumTypeUtils.tsx @@ -20,9 +20,9 @@ export const PREMIUM_TYPES: PremiumType[] = [ durationString: '', priority: PREMIUM_RANK.PREMIUM_PLUS, options: [ - { value: 1, label: '1 week', productId: 'premium_plus', price: 2700 }, + { value: 1, label: '1 week for 2700', productId: 'premium_plus', price: 2700 }, { value: 2, label: '2 weeks', productId: 'premium_plus', price: 2700 }, - { value: 1, label: '4 weeks', productId: 'premium_plus-weeks', price: 7200 }, + { value: 1, label: '4 weeks (1800/week)', productId: 'premium_plus-weeks', price: 7200 }, { value: 3, label: '12 weeks', productId: 'premium_plus-weeks', price: 7200 }, { value: 1, label: '1 hour', productId: 'premium_plus-hour', price: 200 }, { value: 1, label: '1 day', productId: 'premium_plus-day', price: 600 }