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
-
-

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