diff --git a/src/components/animations/Drone.tsx b/src/components/animations/Drone.tsx index 7a57a81..dd12078 100644 --- a/src/components/animations/Drone.tsx +++ b/src/components/animations/Drone.tsx @@ -68,6 +68,7 @@ const Drone: React.FC = () => { alt="" ref={drone} className="drone" + aria-hidden="true" style={{ // * 180px subtracted to place the drone to the top-left of the cursor. top: `calc(${position.y}px - 180px)`,