diff --git a/src/pages/404.js b/src/pages/404.js index 5b0d2ef..04849e7 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -1,51 +1,22 @@ import * as React from "react"; import { Link } from "gatsby"; -// styles -const pageStyles = { - color: "#232129", - padding: "96px", - fontFamily: "-apple-system, Roboto, sans-serif, serif", -}; -const headingStyles = { - marginTop: 0, - marginBottom: 64, - maxWidth: 320, -}; - -const paragraphStyles = { - marginBottom: 48, -}; -const codeStyles = { - color: "#8A6534", - padding: 4, - backgroundColor: "#FFF4DB", - fontSize: "1.25rem", - borderRadius: 4, -}; - -// markup const NotFoundPage = () => { return ( -
- Not found -

Page not found

-

+

+ Not found +

Page not found

+

Sorry{" "} 😔 {" "} we couldn’t find what you were looking for.
- {process.env.NODE_ENV === "development" ? ( - <> -
- Try creating a page in src/pages/. -
- - ) : null} -
- Go home. + + Go home + + .

);