fix links

This commit is contained in:
proddy
2026-04-14 09:31:05 +02:00
parent 7dd13bcab7
commit 97cd657336

View File

@@ -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 }} />