Skip to content

Commit 074a47b

Browse files
changed TODO title to h1
1 parent 481c3cb commit 074a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ep16-new-css/app/components/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class App extends React.Component {
5656

5757
render () {
5858
return <div>
59-
<p> TODO </p>
59+
<h1> TODO </h1>
6060
<form onSubmit={this.handleSubmit.bind(this)}>
6161
<input onChange={this.handleChange.bind(this)} value={this.state.title} />
6262
<button> Submit </button>

0 commit comments

Comments
 (0)