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

@ -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>