Skip to content

Commit f9bbf81

Browse files
[Nebula] Add deprecation banner with migration information (#8051)
1 parent 59d2265 commit f9bbf81

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

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

84+
{/* Deprecation banner */}
85+
<div className="bg-destructive p-6">
86+
<div className="container text-md text-destructive-foreground">
87+
<h4 className="font-bold text-lg">
88+
Nebula is now{" "}
89+
<Link
90+
className="underline text-destructive-foreground hover:text-destructive-foreground/80"
91+
href="https://thirdweb.com/ai"
92+
target="_blank"
93+
>
94+
thirdweb AI.
95+
</Link>{" "}
96+
This site will be deprecated on September 30, 2025.
97+
</h4>
98+
<p>
99+
To continue using thirdweb AI, please sign in to the{" "}
100+
<Link
101+
className="underline text-destructive-foreground hover:text-destructive-foreground/80"
102+
href="https://thirdweb.com/login"
103+
target="_blank"
104+
>
105+
thirdweb dashboard
106+
</Link>{" "}
107+
and create a new project.
108+
</p>
109+
<p>
110+
If you have any funds left in your Nebula account, please withdraw
111+
them before September 30, 2025.
112+
</p>
113+
</div>
114+
</div>
115+
84116
{showPage === "connect" && (
85117
<NebulaLoginPage redirectPath={`/?${redirectPathParams}`} />
86118
)}

0 commit comments

Comments
 (0)