Blog: add blog950/blog1750 coupons, agent field + chip rendering in grid cards

This commit is contained in:
Oliver
2026-06-10 06:14:22 -03:00
parent 9ebf08a10e
commit 752d481e83
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -629,7 +629,7 @@
}
/* ── Coupon Badges ──────────────────────────────────────── */
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750, blog499: 499 };
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750, blog499: 499, blog950: 950, blog1750: 1750 };
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
function updateCouponBadges() {