Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOUHAIRFGRA committed Nov 2, 2023
1 parent a92c6e9 commit 74a9b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const MovieList = ({ movies }) => (
movies.map((movie) => <MovieCard movie={movie} />)
) : (
<div className="empty">
<h2>No movies found</h2>
<h2>No movies found try something else</h2>
</div>
)}
</div>
Expand Down

0 comments on commit 74a9b7b

Please sign in to comment.