Skip to content

Commit

Permalink
Registration text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Spengler committed Apr 6, 2024
1 parent dd2d515 commit 673350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/register-form/register-form.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const RegisterForm = () => {
return (
<div className='register-container'>
<h2>Don&apos;t have an account?</h2>
<span>Login with your email and password</span>
<span>Register filling the information below.</span>
<form onSubmit={handleSubmit}>
{/* set each field value to the destructured values from the top */}

Expand Down

0 comments on commit 673350e

Please sign in to comment.