diff --git a/src/components/ErrorPage.js b/src/components/ErrorPage.js index 5336b83..9204507 100644 --- a/src/components/ErrorPage.js +++ b/src/components/ErrorPage.js @@ -7,9 +7,7 @@ class ErrorPage extends Component { render() { return (
-
- - +
-

Sorry, the page you were looking for doesn't exist. If you think something is wrong, try again.

+

Sorry, the page you were looking for doesn't exist. If you think something is wrong, try again.

+
-
) } }