From 85dc9a20affea5fd454257a890cb3502f3d99a4d Mon Sep 17 00:00:00 2001 From: OlgunR Date: Wed, 10 Dec 2025 16:25:55 +0100 Subject: [PATCH] feat(layout): enhance mobile navigation with title and improved layout structure --- .../dd-hub-react/src/layouts/dashboard/layout.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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: (