mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-02 04:05:14 +00:00
fix links
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
|||||||
Box,
|
Box,
|
||||||
Button,
|
Button,
|
||||||
Divider,
|
Divider,
|
||||||
|
Grid,
|
||||||
Link,
|
Link,
|
||||||
List,
|
List,
|
||||||
ListItem,
|
ListItem,
|
||||||
@@ -42,7 +43,7 @@ interface CustomSupport {
|
|||||||
html: string | null;
|
html: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEFAULT_IMAGE_URL = 'https://emsesp.org/_media/images/installer.jpeg';
|
const DEFAULT_IMAGE_URL = 'https://emsesp.org/media/images/installer.jpeg';
|
||||||
|
|
||||||
const SUPPORT_BOX_STYLES: SxProps<Theme> = {
|
const SUPPORT_BOX_STYLES: SxProps<Theme> = {
|
||||||
borderRadius: 3,
|
borderRadius: 3,
|
||||||
@@ -182,17 +183,19 @@ const HelpComponent = () => {
|
|||||||
</List>
|
</List>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Typography sx={{ mb: 1 }} color="warning" variant="body1">
|
<Grid container spacing={2} sx={{ mt: 2, alignItems: 'center' }}>
|
||||||
{LL.HELP_INFORMATION_4()}.
|
<Typography sx={{ mb: 1 }} color="warning" variant="body1">
|
||||||
</Typography>
|
{LL.HELP_INFORMATION_4()}:
|
||||||
<Button
|
</Typography>
|
||||||
startIcon={<DownloadIcon />}
|
<Button
|
||||||
variant="outlined"
|
startIcon={<DownloadIcon />}
|
||||||
color="primary"
|
variant="outlined"
|
||||||
onClick={handleDownloadSystemInfo}
|
color="primary"
|
||||||
>
|
onClick={handleDownloadSystemInfo}
|
||||||
{LL.SUPPORT_INFORMATION(0)}
|
>
|
||||||
</Button>
|
{LL.SUPPORT_INFORMATION(0)}
|
||||||
|
</Button>
|
||||||
|
</Grid>
|
||||||
|
|
||||||
<Divider sx={{ mt: 4 }} />
|
<Divider sx={{ mt: 4 }} />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user