updated reset password

This commit is contained in:
ChineseChikki
2023-01-25 10:56:11 +01:00
parent 475949b8b8
commit e3ae854781
3 changed files with 5 additions and 15 deletions
@@ -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
</h1>
<div className="shape sm:w-[377px] w-[270px] -mt-1 ml-0">
<img src={straightLine} alt="shape" className="mx-auto block" />
<img src={titleShape} alt="shape" />
</div>
</div>
<div className="input-area">