From 15f22053606597609c2e054e00b8fbb2eaa1c571 Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Mon, 15 Sep 2025 11:50:56 +1200 Subject: [PATCH] [Nebula] Add deprecation banner with migration information --- apps/nebula/src/app/login/NebulaLoginPage.tsx | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/apps/nebula/src/app/login/NebulaLoginPage.tsx b/apps/nebula/src/app/login/NebulaLoginPage.tsx index 31876579a9c..18232662849 100644 --- a/apps/nebula/src/app/login/NebulaLoginPage.tsx +++ b/apps/nebula/src/app/login/NebulaLoginPage.tsx @@ -81,6 +81,38 @@ export function NebulaLoggedOutStatePage(props: { + {/* Deprecation banner */} +
+
+

+ Nebula is now{" "} + + thirdweb AI. + {" "} + This site will be deprecated on September 30, 2025. +

+

+ To continue using thirdweb AI, please sign in to the{" "} + + thirdweb dashboard + {" "} + and create a new project. +

+

+ If you have any funds left in your Nebula account, please withdraw + them before September 30, 2025. +

+
+
+ {showPage === "connect" && ( )}