Skip to content

Commit

Permalink
cursor pointer on hover on link on cursor mask
Browse files Browse the repository at this point in the history
  • Loading branch information
nuexq committed Apr 18, 2024
1 parent 05455bb commit 75ec207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cursor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Cursor = ({ cursorVariant }) => {
animate={cursorVariant}
>
{cursorVariant === "link" ? (
<p className="mix-blend-darken dark:mix-blend-difference -rotate-45">
<p className="mix-blend-darken dark:mix-blend-difference -rotate-45 cursor-pointer">
<FaArrowRight size={20} />
</p>
) : null}
Expand Down

0 comments on commit 75ec207

Please sign in to comment.