Skip to content

Commit bd009cc

Browse files
committed
remove mask cursor on mobile and tablite view
1 parent a5cb5e4 commit bd009cc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/Cursor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Cursor = ({ cursorVariant }) => {
3838

3939
return (
4040
<motion.div
41-
className="cursor size-8 bg-primary fixed rounded-full z-50 pointer-events-none mix-blend-darken dark:mix-blend-difference top-0 left-0 flex justify-center items-center color-black"
41+
className="cursor max-lg:hidden size-8 bg-primary fixed rounded-full z-50 pointer-events-none mix-blend-darken dark:mix-blend-difference top-0 left-0 flex justify-center items-center color-black"
4242
variants={variants}
4343
animate={cursorVariant}
4444
>

src/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,3 @@
9393
@apply bg-gradient-to-br from-primary-foreground to-secondary;
9494
}
9595
}
96-
97-
/*Cursor*/

0 commit comments

Comments
 (0)