Skip to content

Commit

Permalink
Change link to starter-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Aug 27, 2024
1 parent 83fe85b commit 2c65973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/starter-kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function Plus() {
const subscribe = (e) => {
e.preventDefault();
const locale = isFr() ? "fr" : "en";
window.location.href = `https://buy.stripe.com/fZe7sX5EKcK6dos147?prefilled_promo_code=JOURDECHANCE`;
window.location.href = `https://buy.stripe.com/fZe28D9V0fWi848005?prefilled_promo_code=STARTERKIT`;
};

const updateEmail = (e) => {
Expand Down

0 comments on commit 2c65973

Please sign in to comment.