Skip to content

Commit 7ae174f

Browse files
committed
Dashboard: Update banner text (#6931)
<!-- ## 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 updates the `label` prop of the `AnnouncementBannerUI` component to enhance the messaging about the Nebula App. ### Detailed summary - Changed the `label` prop from "Nebula AI Beta is out and open to all" to "Announcing Nebula App — the most powerful AI for blockchains! Try it now!" in the `AnnouncementBannerUI` component. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent c803893 commit 7ae174f

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
@@ -48,7 +48,7 @@ export function AnnouncementBanner() {
4848
return (
4949
<AnnouncementBannerUI
5050
href="https://nebula.thirdweb.com/"
51-
label="Nebula AI Beta is out and open to all"
51+
label="Announcing Nebula App — the most powerful AI for blockchains! Try it now!"
5252
trackingLabel="nebula-beta-launch"
5353
/>
5454
);

0 commit comments

Comments
 (0)