fix: update submit button name
This commit is contained in:
parent
3f77d16f0b
commit
99ac9533f0
|
@ -44,13 +44,13 @@ export default function RecoverPassword() {
|
||||||
labelProps={{ children: "Email Address" }}
|
labelProps={{ children: "Email Address" }}
|
||||||
errors={fields.email.errors}
|
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">
|
<p className="text-input-placeholder w-full text-left">
|
||||||
<Link
|
<Link
|
||||||
to="/login"
|
to="/login"
|
||||||
className="text-primary-1 text-md hover:underline hover:underline-offset-4"
|
className="text-primary-1 text-md hover:underline hover:underline-offset-4"
|
||||||
>
|
>
|
||||||
← Back to Login
|
← Back to Login
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue