Skip to content

Commit da4a17e

Browse files
committed
Update free wallets promo code to FREEWALLETS24
1 parent b03dc57 commit da4a17e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/dashboard/src/components/notices/AnnouncementBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function AnnouncementBanner(props: {
5353
export function UnlimitedWalletsBanner() {
5454
return (
5555
<AnnouncementBanner
56-
href="/dashboard/settings/billing?coupon=FREEWALLETS"
57-
label='Claim 12 months of free in-app wallets. Use code "FREEWALLETS". Redeem offer by October 31st!'
56+
href="/dashboard/settings/billing?coupon=FREEWALLETS24"
57+
label='Claim 12 months of free in-app wallets. Use code "FREEWALLETS24". Redeem offer by December 31st!'
5858
trackingLabel="unlimited-wallets"
5959
/>
6060
);

apps/dashboard/src/components/settings/Account/Billing/CouponCard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ export function ApplyCouponCardUI(props: {
151151
res.data,
152152
// prod & dev
153153
values.promoCode === "FREEWALLETS" ||
154+
// new prod code
155+
values.promoCode === "FREEWALLETS24" ||
154156
values.promoCode === "TESTFREEWALLETS",
155157
);
156158
}

0 commit comments

Comments
 (0)