diff --git a/src/assets/images/wrench-page-notfound.jpg b/src/assets/images/wrench-page-notfound.jpg new file mode 100644 index 0000000..4b3e688 Binary files /dev/null and b/src/assets/images/wrench-page-notfound.jpg differ diff --git a/src/components/FourZeroFour/index.jsx b/src/components/FourZeroFour/index.jsx index 7e10f39..30b2393 100644 --- a/src/components/FourZeroFour/index.jsx +++ b/src/components/FourZeroFour/index.jsx @@ -3,6 +3,7 @@ import React from "react"; import { useNavigate } from "react-router-dom"; import * as animationData from "../../assets/images/Lotties/77618-website-404-error-animation.json"; import { localImgLoad } from "../../lib"; +// import BgError from '../../assets/images/wrench-page-notfound.jpg' export default function FourZeroFour() { const navigate = useNavigate(); @@ -15,8 +16,8 @@ export default function FourZeroFour() { }, }; return ( -
diff --git a/src/index.css b/src/index.css
index 47a0531..49b06f4 100644
--- a/src/index.css
+++ b/src/index.css
@@ -304,6 +304,12 @@ input[type="text"][dir="rtl"] {
transform: rotate(360deg);
}
}
+
+.my-custom-bg-class{
+ background: url("./assets/images/wrench-page-notfound.jpg") center/cover;
+ position: relative;
+}
+
/* TODO: =================================default end================================ */
/* TODO: =================================update password================================ */
.content-wrapper.thankyou-section {