From 74a9b7b4814d62ae35a823eeb691ea4a6626f655 Mon Sep 17 00:00:00 2001 From: Zouhair Fouiguira Date: Tue, 31 Oct 2023 09:55:00 +0100 Subject: [PATCH] fix --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index fd7401f..16905c4 100644 --- a/src/App.js +++ b/src/App.js @@ -63,7 +63,7 @@ const MovieList = ({ movies }) => ( movies.map((movie) => ) ) : (
-

No movies found

+

No movies found try something else

)}