diff --git a/src/pages/404.tsx b/src/pages/404.tsx index d08b2f88..4822794f 100644 --- a/src/pages/404.tsx +++ b/src/pages/404.tsx @@ -8,6 +8,7 @@ import { Group, } from "@mantine/core"; import Meta from "../components/Meta"; +import { NextLink } from "@mantine/next"; const useStyles = createStyles((theme) => ({ root: { @@ -46,10 +47,15 @@ const ErrorNotFound = () => { Oops this page doesn't exist. - - + - +