From b6120ab23ad4f73bd66671869861024aa0f6cfc7 Mon Sep 17 00:00:00 2001 From: leandrofars Date: Thu, 2 Nov 2023 11:17:43 -0300 Subject: [PATCH] chore(frontend): change href tag to nextjs link --- frontend/src/layouts/dashboard/layout.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/layouts/dashboard/layout.js b/frontend/src/layouts/dashboard/layout.js index 5ae6793..99d7006 100644 --- a/frontend/src/layouts/dashboard/layout.js +++ b/frontend/src/layouts/dashboard/layout.js @@ -5,6 +5,7 @@ import { withAuthGuard } from 'src/hocs/with-auth-guard'; import { SideNav } from './side-nav'; import { TopNav } from './top-nav'; import Image from 'next/image' +import { Link } from '@mui/material'; const SIDE_NAV_WIDTH = 280; @@ -64,7 +65,7 @@ export const Layout = withAuthGuard((props) => { right:"5px", cursor:"pointer" }}> - + github logo { height="30" > - +