Skip to content

Commit 63e88b9

Browse files
committed
fix: feature articles link now showing
1 parent 8b01cab commit 63e88b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/ExternalArticle.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ const ExternalArticle: React.FC<FeaturedArticle> = (props) => {
5656
<h3 className="mt-3 text-lg leading-6 font-semibold text-gray-900 group-hover:text-gray-600">
5757
<Link
5858
href={url}
59-
className="font-medium no-underline"
59+
className="font-medium no-underline absolute inset-0"
6060
toolSlug={toolSlug}
6161
linkType="featured_article"
6262
linkPlacementDescription="featured-article-card"
6363
>
64-
<span className="absolute inset-0" />
6564
{title}
6665
</Link>
6766
</h3>

0 commit comments

Comments
 (0)