Skip to content

Commit 9885e08

Browse files
committed
Remove accidental exclamation
1 parent 9645cbd commit 9885e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class App extends Component {
88
<div className="App">
99
<div className="App-header">
1010
<img src={logo} className="App-logo" alt="logo" />
11-
<h2>Welcome to React!</h2>
11+
<h2>Welcome to React</h2>
1212
</div>
1313
<p className="App-intro">
1414
To get started, edit <code>src/App.js</code> and save to reload.

0 commit comments

Comments
 (0)