diff --git a/apps/web/components/LifeEventsSection/LifeEventsSection.tsx b/apps/web/components/LifeEventsSection/LifeEventsSection.tsx index f54cc8af7d75..c50319ccc399 100644 --- a/apps/web/components/LifeEventsSection/LifeEventsSection.tsx +++ b/apps/web/components/LifeEventsSection/LifeEventsSection.tsx @@ -68,11 +68,6 @@ export const LifeEventsSection = ({ heading={lifeEvent.shortTitle || lifeEvent.title} imgSrc={lifeEvent.tinyThumbnail?.url ?? ''} dataTestId={'lifeevent-card-with-featured-items'} - href={ - linkResolver(lifeEvent.__typename as LinkType, [ - lifeEvent.slug, - ]).href - } featuredItems={lifeEvent.featured} buttonTitle={ lifeEvent.seeMoreText && lifeEvent.seeMoreText !== ''