From 7c663517f6d84e892cdf55782644f428221355bb Mon Sep 17 00:00:00 2001 From: Elinorre Date: Sat, 25 Jan 2020 15:20:27 +0300 Subject: [PATCH] fixed 404 page --- src/pages/404.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/404.js b/src/pages/404.js index d13516a..36dba8a 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -3,8 +3,10 @@ import Layout from "../components/layout" const NotFoundPage = () => ( -

404: NOT FOUND

-

You just hit a route that doesn't exist.

+
+

404: NOT FOUND

+

You just hit a route that doesn't exist.

+
)