Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 568de8c8ec |
@@ -57,7 +57,7 @@ export default function Login() {
|
|||||||
<h1 className="text-5xl font-bold leading-[74px] text-dark-gray dark:text-white">
|
<h1 className="text-5xl font-bold leading-[74px] text-dark-gray dark:text-white">
|
||||||
Log In
|
Log In
|
||||||
</h1>
|
</h1>
|
||||||
<div className="shape mb-[10px]">
|
<div className="shape -mt-2">
|
||||||
<img src={titleShape} alt="shape" />
|
<img src={titleShape} alt="shape" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,7 +132,7 @@ export default function Login() {
|
|||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{loginError && <p class="text-center text-red-600 pb-4">Invalid Credential</p>}
|
{loginError && <p class="text-center text-red-700 pb-4">Invalid username or password</p>}
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
className="w-full border border-light-purple dark:border-[#5356fb29] rounded-[50px] h-[58px] flex justify-center bg-[#FAFAFA] dark:bg-[#11131F] items-center"
|
className="w-full border border-light-purple dark:border-[#5356fb29] rounded-[50px] h-[58px] flex justify-center bg-[#FAFAFA] dark:bg-[#11131F] items-center"
|
||||||
|
|||||||
Reference in New Issue
Block a user