Updated the page icon

This commit is contained in:
Tiago Ribeiro
2023-08-24 10:15:58 +01:00
parent c91264e455
commit cdb4f329cf
5 changed files with 7 additions and 3 deletions

View File

@@ -58,7 +58,8 @@ export default function Login() {
<img src="/people-talking-tablet.png" alt="People smiling looking at a tablet" className="h-full aspect-auto" />
</section>
<section className="h-full w-full flex flex-col items-center justify-center gap-2">
<div className="flex flex-col gap-2 items-center">
<div className="flex flex-col gap-2 items-center relative">
<img src="/logo_title.png" alt="EnCoach's Logo" className="w-64 absolute -top-64" />
<h1 className="font-bold text-4xl">Login to your account</h1>
<p className="self-start text-base font-normal text-mti-gray-cool">with your registered Email Address</p>
</div>