Compare commits

..

1 Commits

Author SHA1 Message Date
ChineseChikki 568de8c8ec invalid credential details 2023-01-26 15:17:09 +01:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -37,7 +37,7 @@ export default function SignUp() {
<h1 className="sm:text-5xl text-4xl font-bold text-dark-gray dark:text-white leading-2"> <h1 className="sm:text-5xl text-4xl font-bold text-dark-gray dark:text-white leading-2">
Create Account Create Account
</h1> </h1>
<div className="shape sm:w-[377px] w-[280px] mb-[10px] ml-5"> <div className="shape sm:w-[377px] w-[280px] -mt-2.5 ml-5">
<img src={titleShape} alt="shape" /> <img src={titleShape} alt="shape" />
</div> </div>
</div> </div>