diff --git a/src/pages/404.js b/src/pages/404.js index 4f0bb67ccf..ce60232b71 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 { componentDidMount() { //On page load... @@ -41,29 +39,20 @@ class NotFoundPage extends React.Component { const { pathname } = this.props.location return ( - + - +
- -

Sorry, there's no page at that URL.

- -
+
+ + +

Sorry, there's no page at that URL.

+
- +
) return