We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4655b commit 63357ebCopy full SHA for 63357eb
components/sections/download/download.tsx
@@ -138,6 +138,7 @@ export default function DownloadAurora({
138
<span className={"font-bold italic"}>To turn on the developer experience, run <code className={"p-2"}>ujust devmode</code> once it's installed.
139
See the docs <a href={"https://docs.getaurora.dev/dx/aurora-dx-intro"} className={"underline underline-offset-2"}>here.</a>
140
</span>
141
+ <span>If you're rebasing, your image name will be <code className="font-bold italic">{imageName.replace("-stable", ":stable")}</code>.</span>
142
143
) : (
144
<div>Please select your hardware.</div>
0 commit comments