Skip to content

Commit

Permalink
fix: hover card now works as expected in all areas (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 authored Nov 15, 2023
1 parent 62fb759 commit d88f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/atoms/Avatar/avatar-hover-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const AvatarHoverCard = ({ contributor, repositories, size = "large" }: AvatarHo
return (
<HoverCard.Root>
<Link href={`/user/${contributor}`} as={`/user/${contributor}`}>
<HoverCard.Trigger asChild>
<HoverCard.Trigger>
<Avatar contributor={contributor} size={size} />
</HoverCard.Trigger>
</Link>
Expand Down

0 comments on commit d88f71b

Please sign in to comment.