We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a4c2b commit 93cabd5Copy full SHA for 93cabd5
1 file changed
src/lib/kilo-pass/constants.ts
@@ -12,7 +12,7 @@ export const KILO_PASS_FIRST_MONTH_PROMO_BONUS_PERCENT = 0.5;
12
13
// First-time subscribers receive a 50% bonus for the first 2 months if they started
14
// strictly before this cutoff.
15
-export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF = dayjs('2026-03-14T07:59:59Z').utc();
+export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF = dayjs('2026-03-21T07:59:59Z').utc();
16
17
export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_BONUS_PERCENT = 0.5;
18
0 commit comments