design ideas
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user