From c2a8c88bd328fe0b1c7aafaaba7689a7a05ebdf7 Mon Sep 17 00:00:00 2001 From: ITurres Date: Mon, 11 Mar 2024 22:41:36 -0300 Subject: [PATCH] Feat: Add aria-hidden of true to 'Astronaut img element' at 'FloatingAstronaut.tsx' --- src/components/animations/FloatingAstronaut.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/animations/FloatingAstronaut.tsx b/src/components/animations/FloatingAstronaut.tsx index dc37058..fa42d0d 100644 --- a/src/components/animations/FloatingAstronaut.tsx +++ b/src/components/animations/FloatingAstronaut.tsx @@ -36,6 +36,7 @@ const FloatingAstronaut: React.FC = ({ src={floatingAstronaut} alt="" className="floating-astronaut" + aria-hidden="true" style={ { '--maxWidth': `${maxWidth}px`,