diff --git a/src/pages/404.js b/src/pages/404.js index fb701a1e06..b0f424ddff 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -3,8 +3,6 @@ import Layout from "../layout/layout" import SEO from "../layout/seo" import SVG404 from "../../source/images/404_dark.svg" -import { Container, FlexContainer } from "@pantheon-systems/pds-toolkit-react" - class NotFoundPage extends React.Component { render() { const { pathname } = this.props.location @@ -15,24 +13,18 @@ class NotFoundPage extends React.Component { title="404" description="Zoinks! You've hit a URL that doesn't exist. Let's try a search:" /> - +
- +

Sorry, there's no page at that URL.

- +
- +
) }