File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
apps/dashboard/src/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ function AnnouncementBanner(props: {
5353export 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 ) ;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments