From 831403612fb193a0ee1821a9d96d85f83f6ccda4 Mon Sep 17 00:00:00 2001 From: frab1t <33671357+frab1t@users.noreply.github.com> Date: Wed, 8 May 2019 16:27:58 +0200 Subject: [PATCH] fix - new card Component --- src/containers/PageNotFound.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/containers/PageNotFound.js b/src/containers/PageNotFound.js index 8ccf837..78c67bf 100644 --- a/src/containers/PageNotFound.js +++ b/src/containers/PageNotFound.js @@ -14,9 +14,10 @@ class PageNotFound extends Component {
Go to home} - /> + > +

The page is not found

+ Go to home +
); }