updates to firmware check UI

This commit is contained in:
proddy
2024-11-10 00:37:14 +01:00
parent 0927a2b44b
commit 00beb2a039
14 changed files with 47 additions and 36 deletions

View File

@@ -86,8 +86,8 @@ const Settings = () => {
<ListMenuItem
icon={BuildIcon}
bgcolor="#72caf9"
label={LL.EMS_ESP_VER()}
text={data.emsesp_version}
label="EMS-ESP Firmware"
text={'v'+data.emsesp_version}
to="version"
/>