Skip to content

Commit

Permalink
Feat: Add aria-hidden of true to 'Astronaut img element' at 'Floating…
Browse files Browse the repository at this point in the history
…Astronaut.tsx'
  • Loading branch information
ITurres committed Mar 12, 2024
1 parent 1873726 commit c2a8c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/animations/FloatingAstronaut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const FloatingAstronaut: React.FC<FloatingAstronautProps> = ({
src={floatingAstronaut}
alt=""
className="floating-astronaut"
aria-hidden="true"
style={
{
'--maxWidth': `${maxWidth}px`,
Expand Down

0 comments on commit c2a8c88

Please sign in to comment.