Fix minor bug

This commit is contained in:
Kevin Kandlbinder 2020-12-27 03:29:55 +01:00
parent a17f9b2b61
commit 7e79e7385f
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@
"jquery": "^3.5.1",
"locale": "^0.1.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",

View file

@ -5,7 +5,7 @@ import Layout from "../layouts/default"
// markup
const NotFoundPage = () => {
return (
<Layout title="Not found">
<Layout title="Not found" module="error">
<section>
<article>
<h1>Page not found</h1>