refactor: update labels and placeholders in login form inputs
This commit is contained in:
parent
f79b7b78f9
commit
7ce15b655e
1 changed files with 5 additions and 3 deletions
|
@ -6,13 +6,15 @@ export default function LoginForm() {
|
|||
<form className='flex flex-col gap-5 w-full'>
|
||||
<LabeledInput
|
||||
type='email'
|
||||
label='E-Mail'
|
||||
placeholder='Enter your E-Mail'
|
||||
label='E-Mail or Username'
|
||||
placeholder='What you are known as.'
|
||||
name='email'
|
||||
/>
|
||||
<LabeledInput
|
||||
type='password'
|
||||
label='Password'
|
||||
placeholder='Enter your Password'
|
||||
placeholder="Let's hope you remember it."
|
||||
name='password'
|
||||
/>
|
||||
<Button
|
||||
className='hover:bg-blue-600 hover:text-white'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue