Commit ec5e284f authored by Christopher Chedeau's avatar Christopher Chedeau
Browse files

Make it fit in one line

parent 75e197be
No related merge requests found
Showing with 2 additions and 5 deletions
+2 -5
......@@ -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>
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment