diff --git a/frontend/src/layouts/dashboard/layout.js b/frontend/src/layouts/dashboard/layout.js index fbeba5e..5ae6793 100644 --- a/frontend/src/layouts/dashboard/layout.js +++ b/frontend/src/layouts/dashboard/layout.js @@ -4,6 +4,7 @@ import { styled } from '@mui/material/styles'; import { withAuthGuard } from 'src/hocs/with-auth-guard'; import { SideNav } from './side-nav'; import { TopNav } from './top-nav'; +import Image from 'next/image' const SIDE_NAV_WIDTH = 280; @@ -64,11 +65,13 @@ export const Layout = withAuthGuard((props) => { cursor:"pointer" }}> - github logo - +