made curve underline straight and added return back to home link

This commit is contained in:
victorAnumudu
2023-01-25 09:57:55 +01:00
parent d096e33bc0
commit 6958b83f8e
2 changed files with 16 additions and 1 deletions
@@ -1,5 +1,7 @@
import React from "react";
import titleShape from "../../../assets/images/shape/title-shape-two.svg";
import {Link} from 'react-router-dom'
// import titleShape from "../../../assets/images/shape/title-shape-two.svg";
import titleShape from "../../../assets/images/shape/forgot-pwd-line.svg";
import InputCom from "../../Helpers/Inputs/InputCom";
import AuthLayout from "../AuthLayout";
@@ -37,6 +39,9 @@ export default function ForgotPassword() {
Send Code
</a>
</div>
<div className="text-center text-gray-500 font-bold text-xl mt-16">
<Link to='/'>Back to Home</Link>
</div>
</div>
</div>
</div>