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 {