Skip to content

Commit bed3561

Browse files
committed
Update Banner copy (#4989)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the text of the `label` prop in the `AnnouncementBanner` component to provide a clearer and more concise message about the promotional offer for in-app wallets. ### Detailed summary - Updated `label` prop in the `AnnouncementBanner` from: - 'Get 12 months of unlimited in-app wallets by applying the "FREEWALLETS" coupon in the billing dashboard' - To: 'Claim 12 months of free in-app wallets. Use code "FREEWALLETS". Redeem offer by October 31st!' > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 99adbe2 commit bed3561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function UnlimitedWalletsBanner() {
5454
return (
5555
<AnnouncementBanner
5656
href="/dashboard/settings/billing?coupon=FREEWALLETS"
57-
label='Get 12 months of unlimited in-app wallets by applying the "FREEWALLETS" coupon in the billing dashboard'
57+
label='Claim 12 months of free in-app wallets. Use code "FREEWALLETS". Redeem offer by October 31st!'
5858
trackingLabel="unlimited-wallets"
5959
/>
6060
);

0 commit comments

Comments
 (0)