Commit 6a476f9d by Ravindra Kanojiya

updated ui

1 parent 63a32666
......@@ -170,10 +170,9 @@ const ListingItems = ({ allActivitiesData, loading, gridClass, totalCount }) =>
</div>
<div className="discription">
{data?.attributes.description.slice(0, 52)}...
<a
<a className="cursor-pointer"
onClick={() => {
// setreadMoreText(data);
// setshowModal(true);
router.push(`/activities/${data.id}`);
}}
>
Read More
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!