Skip to content

Commit

Permalink
refactor: remove hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer0114 authored and qwer0114 committed Nov 28, 2024
1 parent e25d14c commit d6a0aa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function CoinStats({
<Heart
className={`w-6 h-6 fill-blue-gray-200
${isInterest ? 'fill-red-400' : ''}
hover:fill-red-400`}
`}
/>
</div>
</div>
Expand Down

0 comments on commit d6a0aa3

Please sign in to comment.