mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
merge #2108
This commit is contained in:
@@ -3,6 +3,7 @@ import { IconContext } from 'react-icons/lib';
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
import ChevronRightIcon from '@mui/icons-material/ChevronRight';
|
||||
import ConstructionIcon from '@mui/icons-material/Construction';
|
||||
import EditIcon from '@mui/icons-material/Edit';
|
||||
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
||||
import UnfoldLessIcon from '@mui/icons-material/UnfoldLess';
|
||||
@@ -235,7 +236,10 @@ const Dashboard = () => {
|
||||
<Grid container spacing={0} justifyContent="flex-start">
|
||||
<Grid size={11}>
|
||||
<Typography mb={2} variant="body1" color="warning">
|
||||
{LL.DASHBOARD_1()}.
|
||||
{LL.DASHBOARD_1()}
|
||||
<ConstructionIcon
|
||||
sx={{ color: '#9e9e9e', fontSize: 20, verticalAlign: 'middle' }}
|
||||
/>
|
||||
</Typography>
|
||||
</Grid>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user