Skip to content

Commit 93cabd5

Browse files
Extend Kilo Pass 2-month promo cutoff from Mar 14 to Mar 21 2026
1 parent 26a4c2b commit 93cabd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/kilo-pass/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const KILO_PASS_FIRST_MONTH_PROMO_BONUS_PERCENT = 0.5;
1212

1313
// First-time subscribers receive a 50% bonus for the first 2 months if they started
1414
// strictly before this cutoff.
15-
export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF = dayjs('2026-03-14T07:59:59Z').utc();
15+
export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF = dayjs('2026-03-21T07:59:59Z').utc();
1616

1717
export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_BONUS_PERCENT = 0.5;
1818

0 commit comments

Comments
 (0)