Skip to content

Commit 93ad875

Browse files
authored
Merge pull request #40 from CapituloJaverianoACM/ui/remove-custom-cursor-mobile
ui: remove custom cursor - mobile #39
2 parents 3439d71 + 66f14b8 commit 93ad875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/sections/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function Hero() {
7878

7979
{/* Custom cursor with higher z-index to ensure it's always on top */}
8080
<div
81-
className="fixed rounded-full w-6 h-6 border-2 border-azul-noche dark:border-white pointer-events-none"
81+
className="hidden xl:flex fixed rounded-full w-6 h-6 border-2 border-azul-noche dark:border-white pointer-events-none"
8282
style={{
8383
left: 0,
8484
top: 0,

0 commit comments

Comments
 (0)