Skip to content
Prev Previous commit
Next Next commit
format
  • Loading branch information
ShoeBoom committed Mar 24, 2026
commit c6c7c1c86223cc15467c543236088623fc1187df
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,7 @@ function YouCursor({ cursorRef, visible }: YouCursorProps) {
if (!visible) return null

return (
<div
ref={cursorRef}
aria-hidden='true'
className='pointer-events-none fixed top-0 left-0 z-50'
>
<div ref={cursorRef} aria-hidden='true' className='pointer-events-none fixed top-0 left-0 z-50'>
<svg width='23.15' height='21.1' viewBox='0 0 17.5 16.4' fill='none'>
<path d={CURSOR_ARROW_MIRRORED_PATH} fill='#33C482' />
</svg>
Expand Down