Skip to content

Commit

Permalink
Extends promo expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Nov 5, 2024
1 parent dbf2780 commit 7a6c254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plus/gk/account/promos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const promos: Promo[] = [
SubscriptionState.ProTrialReactivationEligible,
],
startsOn: new Date('2024-10-13T06:59:00.000Z').getTime(),
expiresOn: new Date('2024-11-05T06:59:00.000Z').getTime(),
expiresOn: new Date('2024-11-08T06:59:00.000Z').getTime(),
command: { tooltip: 'Limited-Time sale: Save up to 80% off GitLens Pro' },
locations: ['account', 'badge', 'gate'],
quickpick: {
Expand Down

0 comments on commit 7a6c254

Please sign in to comment.