Skip to content

Commit 5ea7c32

Browse files
committed
Make it fit in one line
1 parent 2cc636a commit 5ea7c32

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/App.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ export default function App() {
66
return (
77
<div>
88
<h1>
9-
Welcome to
10-
<img src={logo} className="App--logo" alt="React logo" />
11-
React
9+
Welcome to <img src={logo} className="App--logo" alt="logo" /> React
1210
</h1>
1311
<p>
14-
To get started, edit <code>src/App.js</code> and
15-
save the file to update.
12+
To get started, edit <code>src/App.js</code> and save to reload.
1613
</p>
1714
</div>
1815
);

0 commit comments

Comments
 (0)