Skip to content

Commit

Permalink
fix(cards): removing extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Jan 27, 2023
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
Expand Up @@ -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' />
Expand Down

0 comments on commit 60dc4c4

Please sign in to comment.