Monster PR, almost total rebuild #79

Merged
Irev-Dev merged 29 commits from dev into main 2020-11-08 08:45:54 +01:00
Showing only changes of commit c0cd79f48b - Show all commits

View File

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