Skip to content

Commit

Permalink
Feat: Add aria-hidden of true to 'Drone img element' at 'Drone.tsx'
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Mar 12, 2024
1 parent dffe163 commit 1873726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/animations/Drone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)`,
Expand Down

0 comments on commit 1873726

Please sign in to comment.