From c76c357193065eb8d7fcf0996cf8ed09a94bcd11 Mon Sep 17 00:00:00 2001 From: SHARAD CHANDRA REDDY Date: Sun, 6 Oct 2024 01:47:39 +0530 Subject: [PATCH] Adding the gif --- src/pages/Explore.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/Explore.jsx b/src/pages/Explore.jsx index 17cd098..dffcb41 100644 --- a/src/pages/Explore.jsx +++ b/src/pages/Explore.jsx @@ -68,7 +68,7 @@ function Explore() { const data = await response.json(); setRepo(data); } catch (error) { - console.log(error); + console.log(error); // alert("Error: " + error.message); } }; @@ -101,8 +101,9 @@ function Explore() { {!user && !errorMessage && (