Browse Source

Remove redundant a11y elements

main
Alex Krolick 7 years ago
committed by GitHub
parent
commit
c384265e8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/home/examples/an-application.js

2
content/home/examples/an-application.js

@ -16,8 +16,6 @@ class TodoApp extends React.Component {
What needs to be done?
</label>
<input
aria-label="Add a new to-do item"
placeholder="Add a to-do..."
id="new-todo"
onChange={this.handleChange}
value={this.state.text}

Loading…
Cancel
Save