Skip to content

Commit f5d3dc8

Browse files
committed
[PRO-218] Dashboard: Add product rebrand banner
1 parent d0fa1b1 commit f5d3dc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ function AnnouncementBannerUI(props: {
4646
export function AnnouncementBanner() {
4747
return (
4848
<AnnouncementBannerUI
49-
href="https://nebula.thirdweb.com/"
50-
label="Announcing Nebula App — the most powerful AI for blockchains! Try it now!"
51-
trackingLabel="nebula-beta-launch"
49+
href="https://blog.thirdweb.com/the-fastest-way-to-build-web3-applications/"
50+
label="We have re-branded our Engine, Universal Bridge, and Connect products. Please read the full blog post for details on changes"
51+
trackingLabel="product-rebrand"
5252
/>
5353
);
5454
}

0 commit comments

Comments
 (0)