Skip to content

Commit eca4ce2

Browse files
committed
Dashboard: Update announcement banner (#8404)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 80d5595 commit eca4ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function AnnouncementBanner() {
4747
return (
4848
<AnnouncementBannerUI
4949
href="https://blog.thirdweb.com/changelog/project-view-update-wallets/"
50-
label="Project View Update - Wallets"
50+
label="Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes"
5151
trackingLabel="project-view-update-wallets"
5252
/>
5353
);

0 commit comments

Comments
 (0)