We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b01cab commit 63e88b9Copy full SHA for 63e88b9
1 file changed
src/components/ExternalArticle.tsx
@@ -56,12 +56,11 @@ const ExternalArticle: React.FC<FeaturedArticle> = (props) => {
56
<h3 className="mt-3 text-lg leading-6 font-semibold text-gray-900 group-hover:text-gray-600">
57
<Link
58
href={url}
59
- className="font-medium no-underline"
+ className="font-medium no-underline absolute inset-0"
60
toolSlug={toolSlug}
61
linkType="featured_article"
62
linkPlacementDescription="featured-article-card"
63
>
64
- <span className="absolute inset-0" />
65
{title}
66
</Link>
67
</h3>
0 commit comments