From 92c07f2bd8b4cf7bd4a14b137fdc3890fefd9420 Mon Sep 17 00:00:00 2001 From: Bilal Godil Date: Tue, 26 May 2026 17:57:03 -0700 Subject: [PATCH] feat(dashboard): inline core import-rename step in rebrand modal copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tells users up-front to rename @stackframe/* imports to @hexclave/* (with the @stackframe/stack → @hexclave/next exception) so the basic upgrade path doesn't require a click through to the docs. Migration guide link stays but is de-emphasized. --- .../src/components/hexclave-rebrand-modal.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/dashboard/src/components/hexclave-rebrand-modal.tsx b/apps/dashboard/src/components/hexclave-rebrand-modal.tsx index c80241866..b96ff01bc 100644 --- a/apps/dashboard/src/components/hexclave-rebrand-modal.tsx +++ b/apps/dashboard/src/components/hexclave-rebrand-modal.tsx @@ -112,16 +112,22 @@ export function HexclaveRebrandModal() { > app.hexclave.com - . For more info on how to update your project, read our{" "} + . To update your project, rename all{" "} + @stackframe/* imports to{" "} + @hexclave/* — the only + exception is{" "} + @stackframe/stack, which + becomes @hexclave/next. + See the{" "} migration guide - - . + {" "} + for full details.