From 89653409623132dc68eb19c96f7efcdc6686f6e3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 17:50:36 -0300 Subject: [PATCH] =?UTF-8?q?add=20friends950=20coupon=20code=20(950=C2=A2?= =?UTF-8?q?=20off)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add.html b/add.html index 4992c30..703523f 100644 --- a/add.html +++ b/add.html @@ -629,7 +629,7 @@ } /* ── Coupon Badges ──────────────────────────────────────── */ - const COUPONS = { friends499: 499, creator950: 950, friends1750: 1750 }; + const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 }; const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 }; function centsToDollar(c) { return '$' + (c / 100).toFixed(2); } function updateCouponBadges() { diff --git a/index.html b/index.html index f22bb5d..bba85f0 100644 --- a/index.html +++ b/index.html @@ -2700,7 +2700,7 @@ })(); /* ── Coupon Badges ──────────────────────────────────── */ - const COUPONS = { friends499: 499, creator950: 950, friends1750: 1750 }; + const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 }; const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 }; function centsToDollar(c) { return '$' + (c / 100).toFixed(2); } function updateCouponBadges() {