From 475949b8b83979050236b62fc4fc0d2e3a824501 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Tue, 24 Jan 2023 17:24:06 +0100 Subject: [PATCH 1/2] forgot password page is working now --- src/assets/images/shape/straight-line.svg | 10 ++++++++++ src/assets/images/shape/title-shape-two.svg | 2 +- src/components/AuthPages/ForgotPassword/index.jsx | 14 +++++++++++--- 3 files changed, 22 insertions(+), 4 deletions(-) create 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 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 +
From e3ae8547815053b06a8667911ea3ff18f293a20d Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Wed, 25 Jan 2023 10:56:11 +0100 Subject: [PATCH 2/2] 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