Skip to content

Commit

Permalink
Revert the changes in Explore.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SCR01 authored Oct 6, 2024
1 parent a9083b6 commit 57dc6e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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,9 +101,8 @@ function Explore() {
{!user && !errorMessage && (
<div className="flex justify-center mt-5">
<img
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" }}
src="https://media.giphy.com/media/4Zd5CCT47enl32Sx3P/giphy.gif"
className="rounded-lg w-4/6"
alt=""
/>
</div>
Expand Down

0 comments on commit 57dc6e0

Please sign in to comment.