mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
remove underline in download link
This commit is contained in:
@@ -153,7 +153,7 @@ const Version = () => {
|
|||||||
onClick={() => setOpenDialog(false)}
|
onClick={() => setOpenDialog(false)}
|
||||||
color="primary"
|
color="primary"
|
||||||
>
|
>
|
||||||
<Link target="_blank" href={getBinURL(useDev)} color="primary">
|
<Link underline="none" target="_blank" href={getBinURL(useDev)} color="primary">
|
||||||
{LL.DOWNLOAD(1)}
|
{LL.DOWNLOAD(1)}
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user