Skip to content

Commit

Permalink
Adding the gif
Browse files Browse the repository at this point in the history
  • Loading branch information
SCR01 committed Oct 5, 2024
1 parent 1fbe11e commit c76c357
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/Explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};
Expand Down Expand Up @@ -101,8 +101,9 @@ function Explore() {
{!user && !errorMessage && (
<div className="flex justify-center mt-5">
<img
src="https://media.giphy.com/media/4Zd5CCT47enl32Sx3P/giphy.gif"
className="rounded-lg w-4/6"
src="https://media4.giphy.com/media/GQeuGKAkinVSw/giphy.gif?cid=6c09b952zqo2zhu0qdivppzsxx7q895hmszwazfuvlaybx8f&ep=v1_internal_gif_by_id&rid=giphy.gif&ct=g"
className="rounded-lg"
style={{ width: "700px", height: "394px" }}
alt=""
/>
</div>
Expand Down

0 comments on commit c76c357

Please sign in to comment.