mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
cleanup text formatting
This commit is contained in:
@@ -9,7 +9,6 @@ import { useSnackbar } from 'notistack';
|
|||||||
import CommentIcon from '@mui/icons-material/CommentTwoTone';
|
import CommentIcon from '@mui/icons-material/CommentTwoTone';
|
||||||
import MenuBookIcon from '@mui/icons-material/MenuBookTwoTone';
|
import MenuBookIcon from '@mui/icons-material/MenuBookTwoTone';
|
||||||
import GitHubIcon from '@mui/icons-material/GitHub';
|
import GitHubIcon from '@mui/icons-material/GitHub';
|
||||||
import StarIcon from '@mui/icons-material/Star';
|
|
||||||
import DownloadIcon from '@mui/icons-material/GetApp';
|
import DownloadIcon from '@mui/icons-material/GetApp';
|
||||||
import EastIcon from '@mui/icons-material/East';
|
import EastIcon from '@mui/icons-material/East';
|
||||||
|
|
||||||
@@ -98,7 +97,7 @@ const HelpInformation: FC = () => {
|
|||||||
{LL.CLICK_HERE()}
|
{LL.CLICK_HERE()}
|
||||||
</Link>
|
</Link>
|
||||||
<br />
|
<br />
|
||||||
<i>({LL.HELP_INFORMATION_4()}</i>
|
<i>({LL.HELP_INFORMATION_4()}</i>
|
||||||
<Button
|
<Button
|
||||||
startIcon={<DownloadIcon />}
|
startIcon={<DownloadIcon />}
|
||||||
size="small"
|
size="small"
|
||||||
@@ -114,14 +113,13 @@ const HelpInformation: FC = () => {
|
|||||||
</List>
|
</List>
|
||||||
|
|
||||||
<Box border={1} p={1} mt={4} color="orange">
|
<Box border={1} p={1} mt={4} color="orange">
|
||||||
<Typography align="center" variant="h6" color="orange">
|
<Typography align="center" variant="subtitle1" color="orange">
|
||||||
{LL.HELP_INFORMATION_5()}
|
<b>{LL.HELP_INFORMATION_5()}</b>
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography align="center">
|
<Typography align="center">
|
||||||
<Link target="_blank" href="https://github.com/emsesp/EMS-ESP32" color="primary">
|
<Link target="_blank" href="https://github.com/emsesp/EMS-ESP32" color="primary">
|
||||||
{'Github'}
|
{'github.com/emsesp/EMS-ESP32'}
|
||||||
</Link>
|
</Link>
|
||||||
<StarIcon style={{ fontSize: 20, color: 'yellow', verticalAlign: 'middle' }} />
|
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography color="white" align="center">
|
<Typography color="white" align="center">
|
||||||
@proddy @MichaelDvP
|
@proddy @MichaelDvP
|
||||||
|
|||||||
Reference in New Issue
Block a user