Add mainlayout to not found page
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import MainLayout from 'src/layouts/MainLayout'
|
||||
|
||||
export default () => (
|
||||
<main>
|
||||
<MainLayout>
|
||||
<style
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -35,10 +37,10 @@ export default () => (
|
||||
`,
|
||||
}}
|
||||
/>
|
||||
<section>
|
||||
<section className="">
|
||||
<h1>
|
||||
<span>404 Page Not Found</span>
|
||||
<span className="font-ropa-sans">404 Page Not Found</span>
|
||||
</h1>
|
||||
</section>
|
||||
</main>
|
||||
</MainLayout>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user