mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
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:
parent
a071fd193a
commit
92c07f2bd8
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user