From 8a6da95e268faf1085cabab75e68dcc2d71f7e3d Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 22 Oct 2025 13:08:51 +0500 Subject: [PATCH] web: change 5 year trial period to 14 days --- apps/web/src/dialogs/buy-dialog/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/dialogs/buy-dialog/helpers.ts b/apps/web/src/dialogs/buy-dialog/helpers.ts index e124cb9fd..7bee8fc98 100644 --- a/apps/web/src/dialogs/buy-dialog/helpers.ts +++ b/apps/web/src/dialogs/buy-dialog/helpers.ts @@ -46,7 +46,7 @@ export const FEATURE_HIGHLIGHTS = [ const TRIAL_PERIODS: Record = { yearly: 14, monthly: 7, - "5-year": 30 + "5-year": 14 }; export function toPricingInfo(plan: Plan, user: User | undefined): PricingInfo {