Merge branch 'task-8-line-below-text-login' of MyFit/users-myfit into master

This commit is contained in:
2023-01-26 16:11:09 +00:00
committed by Gogs
+3 -4
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 -mt-2"> <div className="shape mb-[10px]">
<img src={titleShape} alt="shape" /> <img src={titleShape} alt="shape" />
</div> </div>
</div> </div>
@@ -122,9 +122,8 @@ export default function Login() {
<button <button
onClick={doLogin} onClick={doLogin}
type="button" type="button"
className={`btn-login rounded-[50px] mb-6 text-xl text-white font-bold flex justify-center bg-purple items-center ${ className={`btn-login rounded-[50px] mb-6 text-xl text-white font-bold flex justify-center bg-purple items-center ${loginLoading ? "active" : ""
loginLoading ? "active" : "" }`}
}`}
> >
{loginLoading ? ( {loginLoading ? (
<div className="signup btn-loader"></div> <div className="signup btn-loader"></div>