diff --git a/src/assets/images/shape/title-shape-two.svg b/src/assets/images/shape/title-shape-two.svg index 0374734..1120870 100644 --- a/src/assets/images/shape/title-shape-two.svg +++ b/src/assets/images/shape/title-shape-two.svg @@ -1,5 +1,5 @@ - + diff --git a/src/components/AuthPages/ForgotPassword/index.jsx b/src/components/AuthPages/ForgotPassword/index.jsx index b7e7c07..c5d6682 100644 --- a/src/components/AuthPages/ForgotPassword/index.jsx +++ b/src/components/AuthPages/ForgotPassword/index.jsx @@ -1,4 +1,5 @@ import React from "react"; +import { Link } from "react-router-dom"; import titleShape from "../../../assets/images/shape/title-shape-two.svg"; import InputCom from "../../Helpers/Inputs/InputCom"; import AuthLayout from "../AuthLayout"; @@ -15,7 +16,7 @@ export default function ForgotPassword() {

Forget Password

-
+
shape
@@ -38,6 +39,9 @@ export default function ForgotPassword() { + + Return Home +