From e3ae8547815053b06a8667911ea3ff18f293a20d Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Wed, 25 Jan 2023 10:56:11 +0100 Subject: [PATCH] updated reset password --- src/assets/images/shape/straight-line.svg | 10 ---------- src/assets/images/shape/title-shape-two.svg | 6 +++--- src/components/AuthPages/ForgotPassword/index.jsx | 4 ++-- 3 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 src/assets/images/shape/straight-line.svg diff --git a/src/assets/images/shape/straight-line.svg b/src/assets/images/shape/straight-line.svg deleted file mode 100644 index 296abb3..0000000 --- a/src/assets/images/shape/straight-line.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ 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 4a2ae28..2484789 100644 --- a/src/assets/images/shape/title-shape-two.svg +++ b/src/assets/images/shape/title-shape-two.svg @@ -1,7 +1,7 @@ - - + + - + diff --git a/src/components/AuthPages/ForgotPassword/index.jsx b/src/components/AuthPages/ForgotPassword/index.jsx index 86f488c..4745d89 100644 --- a/src/components/AuthPages/ForgotPassword/index.jsx +++ b/src/components/AuthPages/ForgotPassword/index.jsx @@ -1,6 +1,6 @@ import React from "react"; import { Link } from 'react-router-dom'; -import straightLine from "../../../assets/images/shape/straight-line.svg"; +import titleShape from "../../../assets/images/shape/title-shape-two.svg"; import InputCom from "../../Helpers/Inputs/InputCom"; import AuthLayout from "../AuthLayout"; @@ -17,7 +17,7 @@ export default function ForgotPassword() { Forget Password
- shape + shape
-- 2.34.1