We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3439d71 + 66f14b8 commit 93ad875Copy full SHA for 93ad875
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