Skip to content

Commit

Permalink
Turn off Black Friday
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Dec 4, 2024
1 parent 44622ef commit c7f3300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/campaigns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ export interface Campaign {
url: string;
}

// TODO: Add a separate discounted URL
export const campaigns: Record<string, Campaign> = {
washingCode: {
enabled: true,
enabled: false,
badge: 'Now 75% off!',
price: 20,
discountedPrice: 5,
url: 'https://sapegin.gumroad.com/l/washingcode-book/blackest',
url: 'https://sapegin.gumroad.com/l/washingcode-book',
},
};

0 comments on commit c7f3300

Please sign in to comment.