From da4a17e7ab270d81e16520628c730b9e4c3ad362 Mon Sep 17 00:00:00 2001 From: Jonas Daniels Date: Fri, 1 Nov 2024 11:02:01 -0700 Subject: [PATCH] Update free wallets promo code to FREEWALLETS24 --- apps/dashboard/src/components/notices/AnnouncementBanner.tsx | 4 ++-- .../src/components/settings/Account/Billing/CouponCard.tsx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/components/notices/AnnouncementBanner.tsx b/apps/dashboard/src/components/notices/AnnouncementBanner.tsx index 80b6a7e2366..4ae8e3e3035 100644 --- a/apps/dashboard/src/components/notices/AnnouncementBanner.tsx +++ b/apps/dashboard/src/components/notices/AnnouncementBanner.tsx @@ -53,8 +53,8 @@ function AnnouncementBanner(props: { export function UnlimitedWalletsBanner() { return ( ); diff --git a/apps/dashboard/src/components/settings/Account/Billing/CouponCard.tsx b/apps/dashboard/src/components/settings/Account/Billing/CouponCard.tsx index 93dcf204875..0bf0c18d46a 100644 --- a/apps/dashboard/src/components/settings/Account/Billing/CouponCard.tsx +++ b/apps/dashboard/src/components/settings/Account/Billing/CouponCard.tsx @@ -151,6 +151,8 @@ export function ApplyCouponCardUI(props: { res.data, // prod & dev values.promoCode === "FREEWALLETS" || + // new prod code + values.promoCode === "FREEWALLETS24" || values.promoCode === "TESTFREEWALLETS", ); }