Skip to content

Commit

Permalink
fix: update to mouseover (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome authored Apr 4, 2024
1 parent 80f86e3 commit acde373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function LiveAndClosing() {
className={classes}
href={isLastBidder ? '#' : bidUrl}
aria-live="polite"
onClick={() => setShowDialog(true)}
onMouseOver={() => setShowDialog(true)}
>
{__('GOODBID', 'goodbids')}{' '}
<motion.span>{calculatedValue}</motion.span>{' '}
Expand Down

0 comments on commit acde373

Please sign in to comment.