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,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>