From eca4ce2b82b816376178804543f86b9051ef91b5 Mon Sep 17 00:00:00 2001 From: MananTank Date: Wed, 12 Nov 2025 20:59:56 +0000 Subject: [PATCH] Dashboard: Update announcement banner (#8404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR focuses on updating the `label` prop of the `AnnouncementBannerUI` component to provide more detailed information about recent changes related to Wallets in the Project Dashboard. ### Detailed summary - Updated the `label` prop of the `AnnouncementBannerUI` component from: - "Project View Update - Wallets" - To: "Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes" > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **New Features** * Updated dashboard announcement banner with information about recent Wallets feature changes, including details on Transactions, Vault, and Account Abstraction integration. --- apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx b/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx index a85501fbf75..59c80e43aa1 100644 --- a/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx +++ b/apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx @@ -47,7 +47,7 @@ export function AnnouncementBanner() { return ( );