diff --git a/src/pages/NotFound404.js b/src/pages/NotFound404.js index 41e4f4b..7400cea 100644 --- a/src/pages/NotFound404.js +++ b/src/pages/NotFound404.js @@ -1,7 +1,7 @@ import React from 'react'; const NotFound404 = () => ( -

NotFound404

+

NotFound Try again by signing in!

); export default NotFound404;