mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
ui(404): improve 404 page styling
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
2f81f5778b
commit
fadb031f70
+5
-2
@@ -1,4 +1,5 @@
|
||||
import React, { Fragment } from "react"
|
||||
import * as SC from "./styles"
|
||||
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
@@ -6,8 +7,10 @@ function NotFoundPage() {
|
||||
return (
|
||||
<Fragment>
|
||||
<SEO title="404: Not found" />
|
||||
<h1>NOT FOUND</h1>
|
||||
<p>You just hit a route that doesn't exist... the sadness.</p>
|
||||
<SC.StyledDiv>
|
||||
<SC.StyledH1>NOT FOUND</SC.StyledH1>
|
||||
<SC.StyledPara>You just hit a route that doesn't exist... the sadness.</SC.StyledPara>
|
||||
</SC.StyledDiv>
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user