Skip to content

Commit c384265

Browse files
authored
Remove redundant a11y elements
1 parent 037ae82 commit c384265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/home/examples/an-application.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class TodoApp extends React.Component {
1616
What needs to be done?
1717
</label>
1818
<input
19-
aria-label="Add a new to-do item"
20-
placeholder="Add a to-do..."
2119
id="new-todo"
2220
onChange={this.handleChange}
2321
value={this.state.text}

0 commit comments

Comments
 (0)