mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Update page.tsx
This commit is contained in:
parent
caac354273
commit
fe09172881
@ -89,19 +89,19 @@ export default async function Login({
|
|||||||
Back
|
Back
|
||||||
</Link>
|
</Link>
|
||||||
<input
|
<input
|
||||||
className="rounded-md px-4 py-2 bg-inherit border mb-2 mx-1"
|
className="rounded-md px-4 py-2 bg-inherit border mb-2 mx-1 w-full sm:w-auto"
|
||||||
name="email"
|
name="email"
|
||||||
placeholder="Email Address"
|
placeholder="Email Address"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
className="rounded-md px-4 py-2 bg-inherit border mb-2 mx-1"
|
className="rounded-md px-4 py-2 bg-inherit border mb-2 mx-1 w-full sm:w-auto"
|
||||||
type="password"
|
type="password"
|
||||||
name="password"
|
name="password"
|
||||||
placeholder="Password "
|
placeholder="Password "
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<div className="flex">
|
<div className="flex text-white white">
|
||||||
<SubmitButton
|
<SubmitButton
|
||||||
formAction={signIn}
|
formAction={signIn}
|
||||||
className="bg-neroshi-blue-500 hover:bg-neroshi-blue-400 rounded-md px-4 py-2 text-foreground mb-2 mx-1 w-1/2"
|
className="bg-neroshi-blue-500 hover:bg-neroshi-blue-400 rounded-md px-4 py-2 text-foreground mb-2 mx-1 w-1/2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user