mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Fix minor bug
This commit is contained in:
parent
a17f9b2b61
commit
7e79e7385f
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue