fix: update submit button name

This commit is contained in:
Derrick Hammer 2024-03-13 13:35:42 -04:00
parent 3f77d16f0b
commit 99ac9533f0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -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"