diff --git a/frontend/src/layouts/auth/layout.js b/frontend/src/layouts/auth/layout.js index 689ab52..203d38d 100644 --- a/frontend/src/layouts/auth/layout.js +++ b/frontend/src/layouts/auth/layout.js @@ -1,5 +1,6 @@ import PropTypes from 'prop-types'; import NextLink from 'next/link'; +import Link from 'next/link' import { Box, Typography, Unstable_Grid2 as Grid } from '@mui/material'; import { Logo } from 'src/components/logo'; @@ -69,10 +70,12 @@ export const Layout = (props) => { }} > + + { p: '12px' }} > +
+