Skip to content

Commit

Permalink
Fixes promo dates
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 18, 2024
1 parent bb8d140 commit f5394df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plus/gk/account/promos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const promos: Promo[] = [
SubscriptionState.ProTrialExpired,
SubscriptionState.ProTrialReactivationEligible,
],
startsOn: new Date('2024-12-11T06:59:00.000Z').getTime(),
startsOn: new Date('2024-11-11T06:59:00.000Z').getTime(),
expiresOn: new Date('2024-11-24T06:59:00.000Z').getTime(),
command: { tooltip: 'Save more than 55% during our GitLens 16 sale!' },
locations: ['account', 'badge', 'gate'],
Expand All @@ -50,7 +50,7 @@ const promos: Promo[] = [
SubscriptionState.ProTrialExpired,
SubscriptionState.ProTrialReactivationEligible,
],
startsOn: new Date('2024-11-02T06:59:00.000Z').getTime(),
startsOn: new Date('2024-11-25T06:59:00.000Z').getTime(),
expiresOn: new Date('2024-12-06T06:59:00.000Z').getTime(),
command: { tooltip: 'Cyber Sale: Save up to 85% on GitLens Pro — our best deal of the year!' },
quickpick: {
Expand Down

0 comments on commit f5394df

Please sign in to comment.