diff --git a/src/client/dd-hub-react/src/layouts/dashboard/layout.tsx b/src/client/dd-hub-react/src/layouts/dashboard/layout.tsx index 8dfb781..c0b1229 100644 --- a/src/client/dd-hub-react/src/layouts/dashboard/layout.tsx +++ b/src/client/dd-hub-react/src/layouts/dashboard/layout.tsx @@ -6,6 +6,7 @@ import { useBoolean } from 'minimal-shared/hooks'; import Box from '@mui/material/Box'; import Alert from '@mui/material/Alert'; import { useTheme } from '@mui/material/styles'; +import Typography from '@mui/material/Typography'; import useMediaQuery from '@mui/material/useMediaQuery'; import { _langs, _notifications } from 'src/_mock'; @@ -106,12 +107,15 @@ export function DashboardLayout({ ), leftArea: ( - <> + {/** @slot Nav mobile */} + + Digital Data Hub + - + ), rightArea: (