fix: update submit button name
This commit is contained in:
parent
3f77d16f0b
commit
99ac9533f0
|
@ -44,7 +44,7 @@ export default function RecoverPassword() {
|
|||
labelProps={{ children: "Email Address" }}
|
||||
errors={fields.email.errors}
|
||||
/>
|
||||
<Button className="w-full h-14">Create Account</Button>
|
||||
<Button className="w-full h-14">Reset Password</Button>
|
||||
<p className="text-input-placeholder w-full text-left">
|
||||
<Link
|
||||
to="/login"
|
||||
|
|
Loading…
Reference in New Issue