We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3439d71 commit 66f14b8Copy full SHA for 66f14b8
src/components/home/sections/hero.tsx
@@ -78,7 +78,7 @@ export function Hero() {
78
79
{/* Custom cursor with higher z-index to ensure it's always on top */}
80
<div
81
- className="fixed rounded-full w-6 h-6 border-2 border-azul-noche dark:border-white pointer-events-none"
+ className="hidden xl:flex fixed rounded-full w-6 h-6 border-2 border-azul-noche dark:border-white pointer-events-none"
82
style={{
83
left: 0,
84
top: 0,
0 commit comments