feat(dashboard): inline core import-rename step in rebrand modal copy

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.
This commit is contained in:
Bilal Godil 2026-05-26 17:57:03 -07:00
parent a071fd193a
commit 92c07f2bd8

View File

@ -112,16 +112,22 @@ export function HexclaveRebrandModal() {
>
app.hexclave.com
</a>
. For more info on how to update your project, read our{" "}
. To update your project, rename all{" "}
<code className="font-mono text-xs">@stackframe/*</code> imports to{" "}
<code className="font-mono text-xs">@hexclave/*</code> the only
exception is{" "}
<code className="font-mono text-xs">@stackframe/stack</code>, which
becomes <code className="font-mono text-xs">@hexclave/next</code>.
See the{" "}
<a
href={MIGRATION_DOCS_URL}
target="_blank"
rel="noopener noreferrer"
className="font-medium underline underline-offset-2 hover:text-foreground"
className="underline underline-offset-2 hover:text-foreground"
>
migration guide
</a>
.
</a>{" "}
for full details.
</DialogDescription>
</DialogHeader>
<DialogFooter className="sm:justify-center pt-6">