Skip to content

Commit 63357eb

Browse files
committed
add note about image name format during rebasing
1 parent 1b4655b commit 63357eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/sections/download/download.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export default function DownloadAurora({
138138
<span className={"font-bold italic"}>To turn on the developer experience, run <code className={"p-2"}>ujust devmode</code> once it's installed.
139139
See the docs <a href={"https://docs.getaurora.dev/dx/aurora-dx-intro"} className={"underline underline-offset-2"}>here.</a>
140140
</span>
141+
<span>If you're rebasing, your image name will be <code className="font-bold italic">{imageName.replace("-stable", ":stable")}</code>.</span>
141142
</span>
142143
) : (
143144
<div>Please select your hardware.</div>

0 commit comments

Comments
 (0)