Skip to content

Commit 9605b2c

Browse files
committed
fixed a bug
1 parent 6141e13 commit 9605b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sign-in/sign-in.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SignIn extends React.Component{
4444
render() {
4545
return(
4646
<div className='sign-in'>
47-
<h2>I already have</h2>
47+
<h2>I already have an account</h2>
4848
<span>Sign in with your email and password</span>
4949
<form onSubmit={this.handleSubmit}>
5050
<FormInput name='email' label="email" value={this.state.email} required handleChange={this.handleChange} />

0 commit comments

Comments
 (0)