Skip to content

Commit

Permalink
Merge pull request #181 from Mithilesh-create/master
Browse files Browse the repository at this point in the history
[Feature]: Past-event-cards-now-have-mouse-pointer
  • Loading branch information
pradeeptosarkar authored Oct 2, 2023
2 parents 49efa10 + 5de5241 commit 52173d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/EventCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

function EventCard({ date, name, img }) {
return (
<div class="px-2 w-full mb-10">
<div class="px-2 w-full mb-10 cursor-pointer">
<div class="flex flex-wrap flex-col-reverse h-full w-full hover:text-black sm:py-24 py-16 sm:px-10 px-6 relative">
<img
alt="gallery"
Expand Down

0 comments on commit 52173d7

Please sign in to comment.