Skip to content

Commit

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

return !robots.length ? (
<h1>Se încarcă...</h1>
<h1>Loading...</h1>
) : (
<div className='tc'>
<h1 className='f1'>RoboFriends</h1>
Expand Down

0 comments on commit 18a07b8

Please sign in to comment.