Skip to content

Commit

Permalink
Make it fit in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Jul 18, 2016
1 parent 75e197b commit ec5e284
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ export default function App() {
return (
<div>
<h1>
Welcome to
<img src={logo} className="App--logo" alt="React logo" />
React
Welcome to <img src={logo} className="App--logo" alt="logo" /> React
</h1>
<p>
To get started, edit <code>src/App.js</code> and
save the file to update.
To get started, edit <code>src/App.js</code> and save to reload.
</p>
</div>
);
Expand Down

0 comments on commit ec5e284

Please sign in to comment.