diff --git a/pages/404.tsx b/pages/404.tsx index 353c68e..d4f0e70 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -2,8 +2,8 @@ import { NextPage } from 'next' import Container from '../components/Container' const NotFound: NextPage = () => { - return -

GG

+ return +

Not Found

}