diff --git a/README.md b/README.md
index ecf3a19..debe220 100644
--- a/README.md
+++ b/README.md
@@ -177,7 +177,7 @@ Currently, telecommunications giants and startups, publishing new software daily
-
+
-
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"
}}>
-
-
+