Skip to content

Commit 5bb4267

Browse files
authored
Merge pull request #141 from netlify/fixNameIcon
update icon on name field
2 parents fae4177 + 8e7a87e commit 5bb4267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/forms/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class UserForm extends Component {
4141
required
4242
oninput={this.handleInput}
4343
/>
44-
<div className="inputFieldIcon inputFieldEmail" />
44+
<div className="inputFieldIcon inputFieldName" />
4545
</label>
4646
</div>
4747
)}

0 commit comments

Comments
 (0)