mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
show dev releaseNotes
This commit is contained in:
@@ -217,7 +217,7 @@ const Version = () => {
|
|||||||
{isDev ? LL.DEVELOPMENT() : LL.STABLE()}
|
{isDev ? LL.DEVELOPMENT() : LL.STABLE()}
|
||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href={useDev ? DEV_RELNOTES_URL : STABLE_RELNOTES_URL}
|
href={isDev ? DEV_RELNOTES_URL : STABLE_RELNOTES_URL}
|
||||||
color="primary"
|
color="primary"
|
||||||
>
|
>
|
||||||
(changelog)
|
(changelog)
|
||||||
|
|||||||
Reference in New Issue
Block a user