Skip to content

Commit cef477d

Browse files
committed
[NEB_224] Dashboard: Update Banner to Nebula beta launch (#6911)
<!-- ## 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 `AnnouncementBanner` component to promote the launch of "Nebula AI Beta" instead of the previous link to a payment playground. ### Detailed summary - Changed `href` from "https://playground.thirdweb.com/connect/pay" to "https://nebula.thirdweb.com/" - Updated `label` from "Let users pay with whatever they have without leaving your app" to "Nebula AI Beta is out and open to all" - Modified `trackingLabel` from "ub-launch" to "nebula-beta-launch" > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 1980592 commit cef477d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ function AnnouncementBannerUI(props: {
4747
export function AnnouncementBanner() {
4848
return (
4949
<AnnouncementBannerUI
50-
href="https://playground.thirdweb.com/connect/pay"
51-
label="Let users pay with whatever they have without leaving your app"
52-
trackingLabel="ub-launch"
50+
href="https://nebula.thirdweb.com/"
51+
label="Nebula AI Beta is out and open to all"
52+
trackingLabel="nebula-beta-launch"
5353
/>
5454
);
5555
}

0 commit comments

Comments
 (0)