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.
2 parents 3ed45d7 + eb445a8 commit 29c9e07Copy full SHA for 29c9e07
src/components/ArticleCard.tsx
@@ -53,7 +53,7 @@ const ArticleCard = ({
53
54
return (
55
<div data-article-id={id} className="flex flex-col p-4 sm:p-5 group">
56
- <HoverCard>
+ <HoverCard openDelay={0}>
57
<HoverCardTrigger>
58
<div className="mb-4 flex items-center">
59
<div className="relative rounded-full overflow-hidden border border-neutral-200 bg-neutral-100 transition-transform duration-300 size-8 opacity-100">
0 commit comments