File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
apps/nebula/src/app/login Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments