Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update login.tsx #9

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/code/src/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export const Login = () =>
<h1 className='sm:text-[9rem] text-6xl text-white flex flex-row items-center gap-x-[1.40rem] sm:gap-x-[3.9rem] font-bold'>P<GiGlassBall className='flex justify-center items-start sm:text-5xl text-3xl text-warning'/>NG</h1>
<div className='flex flex-row items-center text-6xl sm:text-[9rem] gap-x-2 sm:gap-x-4 text-white font-semibold'>P <GiPingPongBat className='text-warning' />NG</div>
</div>
<Link to="/main"><button data-thme="luxury" className="btn btn-success sm:text-3xl text-xl w-40 h-14 font-bold flex sm:w-80 sm:h-20 z-0"><img alt="42" className='h-8' src="https://profile.intra.42.fr/assets/42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg"/> Login</button>
<Link to="/main"><button data-thme="luxury" className="btn btn-success sm:text-3xl text-xl w-40 h-14 font-bold flex sm:w-80 sm:h-20 z-0"><img alt="42" className='h-8' src="https://profile.intra.42.fr/assets/42_logo-7dfc9110a5319a308863b96bda33cea995046d1731cebb735e41b16255106c12.svg"/> AUTH</button>
</Link>
</div>
</div>
);
}
}
Loading