fix(a11y): hide dumbbell icon from screen readers (#60884)

This commit is contained in:
Igor Milosavljevic 2025-06-15 21:50:30 +01:00 committed by GitHub
parent f0bb5dd740
commit 00bbcd2ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ function DumbbellIcon(
): JSX.Element {
return (
<svg
aria-hidden='true'
xmlns='http://www.w3.org/2000/svg'
width='62'
height='55'