design ideas

This commit is contained in:
Timur Ercan
2023-01-11 15:15:56 +01:00
parent 442608811a
commit 4ad760fcbe
4 changed files with 21 additions and 8 deletions

View File

@@ -50,15 +50,18 @@ export default function Login() {
<div className="flex min-h-full items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
<div className="w-full max-w-md space-y-8">
<div>
<Logo className="mx-auto h-12 w-auto"></Logo>
<Logo className="mx-auto h-10 w-auto her"></Logo>
<h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900">
Sign in to your account
</h2>
<p className="mt-2 text-center text-sm text-gray-600">
Or{" "}
<a href="#" className="font-medium text-neon hover:text-neon">
<Link
href="/signup"
className="font-medium text-neon hover:text-neon"
>
create a new Account
</a>
</Link>
</p>
</div>
<FormProvider {...methods}>