mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-03 10:01:47 -04:00
fix(a11y): hide dumbbell icon from screen readers (#60884)
This commit is contained in:
committed by
GitHub
parent
f0bb5dd740
commit
00bbcd2ea9
@@ -4,6 +4,7 @@ function DumbbellIcon(
|
||||
): JSX.Element {
|
||||
return (
|
||||
<svg
|
||||
aria-hidden='true'
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
width='62'
|
||||
height='55'
|
||||
|
||||
Reference in New Issue
Block a user