diff --git a/src/components/App.jsx b/src/components/App.jsx index ac144ca..0850db5 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -36,7 +36,6 @@ export const App = () => { } /> - {/*

Ooooops, page not found

} /> */} } /> diff --git a/src/pages/NotFound/NotFound.jsx b/src/pages/NotFound/NotFound.jsx index 63c1d2a..d2cdc31 100644 --- a/src/pages/NotFound/NotFound.jsx +++ b/src/pages/NotFound/NotFound.jsx @@ -9,9 +9,9 @@ const NotFoundPage = () => { return (
-

404 Not Found

-

- Oops! The page you are looking for might be in another castle. +

404 Not Found

+

+ Oops! It looks like the page you are searching for might be located somewhere else(

{' '} @@ -23,3 +23,4 @@ const NotFoundPage = () => { }; export default NotFoundPage; + diff --git a/src/pages/NotFound/NotFound.module.css b/src/pages/NotFound/NotFound.module.css index 2aeb30e..260782e 100644 --- a/src/pages/NotFound/NotFound.module.css +++ b/src/pages/NotFound/NotFound.module.css @@ -11,13 +11,13 @@ text-align: center; } -.not__title { +.notFound__title { font-size: 3em; color: #333; margin-bottom: 20px; } -.not__text { +.notFound__text { font-size: 1.5em; color: #555; margin-bottom: 30px;