diff --git a/src/components/error/Error.jsx b/src/components/error/Error.jsx index 6776274..df4ea80 100644 --- a/src/components/error/Error.jsx +++ b/src/components/error/Error.jsx @@ -4,14 +4,24 @@ import { useNavigate } from "react-router-dom" function Error({ error }) { const navigate = useNavigate(); return ( -
+
- -

{error === "404" ? "404 Error" : "Error"}

-

Oops! We couldn't find this page.

-