diff --git a/src/assets/images/shape/forgot-pwd-line.svg b/src/assets/images/shape/forgot-pwd-line.svg new file mode 100644 index 0000000..3b1f24b --- /dev/null +++ b/src/assets/images/shape/forgot-pwd-line.svg @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/components/AuthPages/ForgotPassword/index.jsx b/src/components/AuthPages/ForgotPassword/index.jsx index b7e7c07..6dd6bf3 100644 --- a/src/components/AuthPages/ForgotPassword/index.jsx +++ b/src/components/AuthPages/ForgotPassword/index.jsx @@ -1,5 +1,7 @@ import React from "react"; -import titleShape from "../../../assets/images/shape/title-shape-two.svg"; +import {Link} from 'react-router-dom' +// import titleShape from "../../../assets/images/shape/title-shape-two.svg"; +import titleShape from "../../../assets/images/shape/forgot-pwd-line.svg"; import InputCom from "../../Helpers/Inputs/InputCom"; import AuthLayout from "../AuthLayout"; @@ -37,6 +39,9 @@ export default function ForgotPassword() { Send Code +