mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
fix: update version display to be a link to the latest release
This commit is contained in:
@@ -26,7 +26,14 @@ export default function StandalonePageFrame(props: StandalonePageFrameProps) {
|
|||||||
<span> | </span>
|
<span> | </span>
|
||||||
<a href="https://github.com/shuaiplus" target="_blank" rel="noreferrer">Author: @shuaiplus</a>
|
<a href="https://github.com/shuaiplus" target="_blank" rel="noreferrer">Author: @shuaiplus</a>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
<span className="standalone-version">v{APP_VERSION}</span>
|
<a
|
||||||
|
href="https://github.com/shuaiplus/NodeWarden/releases/latest"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="standalone-version"
|
||||||
|
>
|
||||||
|
v{APP_VERSION}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user