Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lambrugeorge committed Feb 24, 2024
1 parent 18a07b8 commit 496f0e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ function App() {
});

return !robots.length ? (
<h1>Loading...</h1>
<h1> Loading...</h1>
) : (
<div className='tc'>
<h1 className='f1'>RoboFriends</h1>
<button onClick={() => setCount(count + 1)}>Click Me!</button>
<SearchBox searchChange={onSearchChange} />
<Scroll>
<CardList robots={filteredRobots} />
Expand Down

0 comments on commit 496f0e1

Please sign in to comment.