Skip to content

Commit de3d7c9

Browse files
[Nebula] Add deprecation banner with migration information
1 parent 59d2265 commit de3d7c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/nebula/src/app/login/NebulaLoginPage.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ export function NebulaLoggedOutStatePage(props: {
8181
</div>
8282
</header>
8383

84+
{/* Deprecation banner */}
85+
<div className="container bg-destructive p-6">
86+
<div className="text-md text-destructive-foreground">
87+
<h4 className="font-bold text-lg">Nebula is now <Link className="underline text-destructive-foreground hover:text-destructive-foreground/80" href="https://thirdweb.com/ai" target="_blank">thirdweb AI</Link> and will be deprecated on September 30, 2025.</h4>
88+
<p>To continue using thirdweb AI, please sign in to the <Link className="underline text-destructive-foreground hover:text-destructive-foreground/80" href="https://thirdweb.com/login" target="_blank">thirdweb dashboard</Link> and create a new project.</p>
89+
<p>If you have any funds left in your Nebula account, please withdraw them before September 30, 2025.</p>
90+
</div>
91+
</div>
92+
8493
{showPage === "connect" && (
8594
<NebulaLoginPage redirectPath={`/?${redirectPathParams}`} />
8695
)}

0 commit comments

Comments
 (0)