Fix FW git link go to to TFT instead of ESP3D thanks to SpankyDevil to pointing it

This commit is contained in:
Luc
2024-08-11 09:28:17 +08:00
parent 92e711a4aa
commit aedeff95ab
10 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -17,7 +17,7 @@
*/
import { h } from "preact"
import { webUIbuild } from "../../targets"
export const webUIversion = "3.0.0-a71"
export const webUIversion = "3.0.0-a72"
export const Esp3dVersion = () => (
<span>
{webUIversion}.{webUIbuild}

View File

@@ -184,7 +184,7 @@ const About = () => {
interfaceSettings.current.custom &&
interfaceSettings.current.custom.fwurl
? interfaceSettings.current.custom.fwurl
: i
: i && i != "none"
? fwUrl[1]
: fwUrl[0]