Skip to content

Commit

Permalink
fix(cards): removing extra code
Browse files Browse the repository at this point in the history
tamalCodes committed Jan 27, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent d69a4f4 commit 60dc4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GetActivities.js
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ const GetActivities = () => (
<div key={idx} className='hov-bg-theme m-5 h-auto rounded-xl bg-[#f1f5f9] p-5 text-black shadow-md relative transition-all ease-out xl:w-[380px]'>
<div>
<h2 className="title mt-5 text-2xl">{event.name}</h2>
<div className="flex justify-between flex-col sm:flex-row items-start sm:items-center w-full">
<div className="w-full">
<p className="text-md text-[14px] text-gray-600 leading-[20px] mt-3">By {event.organizer} <span className="block sm:inline text-sm font-[600] text-black">{event.date}</span> </p>
</div>
<img src={event?.image} alt={event.name} className='w-full mb-4 rounded-md object-contain my-4' />

0 comments on commit 60dc4c4

Please sign in to comment.