diff --git a/src/assets/images/shape/straight-line.svg b/src/assets/images/shape/straight-line.svg new file mode 100644 index 0000000..296abb3 --- /dev/null +++ b/src/assets/images/shape/straight-line.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/images/shape/title-shape-two.svg b/src/assets/images/shape/title-shape-two.svg index 0374734..4a2ae28 100644 --- a/src/assets/images/shape/title-shape-two.svg +++ b/src/assets/images/shape/title-shape-two.svg @@ -1,4 +1,4 @@ - + diff --git a/src/components/AuthPages/ForgotPassword/index.jsx b/src/components/AuthPages/ForgotPassword/index.jsx index b7e7c07..86f488c 100644 --- a/src/components/AuthPages/ForgotPassword/index.jsx +++ b/src/components/AuthPages/ForgotPassword/index.jsx @@ -1,5 +1,6 @@ import React from "react"; -import titleShape from "../../../assets/images/shape/title-shape-two.svg"; +import { Link } from 'react-router-dom'; +import straightLine from "../../../assets/images/shape/straight-line.svg"; import InputCom from "../../Helpers/Inputs/InputCom"; import AuthLayout from "../AuthLayout"; @@ -15,8 +16,8 @@ export default function ForgotPassword() {

Forget Password

-
- shape +
+ shape
@@ -36,6 +37,13 @@ export default function ForgotPassword() { > Send Code + + + + Back to Home +