Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4457276f08 |
+2
-2
@@ -1,5 +1,5 @@
|
||||
<svg width="377" height="31" viewBox="0 0 377 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0,2 377,2" stroke="url(#paint0_linear_4_1797)" stroke-width="4" stroke-linecap="round"/>
|
||||
<svg width="174" height="31" viewBox="0 0 174 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0,2 173,2" stroke="url(#paint0_linear_4_1797)" stroke-width="4" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_4_1797" x1="1" y1="1" x2="11.0515" y2="59.9411" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F539F8"/>
|
||||
|
Before Width: | Height: | Size: 466 B After Width: | Height: | Size: 466 B |
@@ -1,7 +1,5 @@
|
||||
import React from "react";
|
||||
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 titleShape from "../../../assets/images/shape/title-shape-two.svg";
|
||||
import InputCom from "../../Helpers/Inputs/InputCom";
|
||||
import AuthLayout from "../AuthLayout";
|
||||
|
||||
@@ -39,9 +37,6 @@ 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>
|
||||
|
||||
@@ -2,7 +2,8 @@ import React, { useState } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { toast } from "react-toastify";
|
||||
import googleLogo from "../../../assets/images/google-logo.svg";
|
||||
import titleShape from "../../../assets/images/shape/title-shape.svg";
|
||||
// import titleShape from "../../../assets/images/shape/title-shape.svg";
|
||||
import titleShape from "../../../assets/images/shape/login_straight_underline.svg";
|
||||
import InputCom from "../../Helpers/Inputs/InputCom";
|
||||
import AuthLayout from "../AuthLayout";
|
||||
|
||||
@@ -51,7 +52,7 @@ export default function Login() {
|
||||
<h1 className="text-5xl font-bold leading-[74px] text-dark-gray dark:text-white">
|
||||
Log In
|
||||
</h1>
|
||||
<div className="shape -mt-5">
|
||||
<div className="shape -mt-2">
|
||||
<img src={titleShape} alt="shape" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user