Skip to content

Commit

Permalink
Fix animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 28, 2024
1 parent ccf36c6 commit 9b04d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/info-popover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const InfoPopover: React.FC<InfoPopoverProps> = ({ children, content, variant =
<Popover>
<PopoverTrigger className="underline group relative">
{children}
<InfoComponent className="absolute -right-2 -top-2.5 h-4 w-4 transform group-hover:rotate-90 transition-transform" />
<InfoComponent className="absolute -right-2 -top-2.5 h-4 w-4 transform group-hover:rotate-45 transition-transform" />
</PopoverTrigger>
<PopoverContent className="text-xs" side="top" sideOffset={24}
variant={variant}
Expand Down

0 comments on commit 9b04d45

Please sign in to comment.