mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: change 5 year trial period to 14 days
This commit is contained in:
@@ -46,7 +46,7 @@ export const FEATURE_HIGHLIGHTS = [
|
||||
const TRIAL_PERIODS: Record<Period, number> = {
|
||||
yearly: 14,
|
||||
monthly: 7,
|
||||
"5-year": 30
|
||||
"5-year": 14
|
||||
};
|
||||
|
||||
export function toPricingInfo(plan: Plan, user: User | undefined): PricingInfo {
|
||||
|
||||
Reference in New Issue
Block a user