Skip to content

Commit 00bbcd2

Browse files
authored
fix(a11y): hide dumbbell icon from screen readers (freeCodeCamp#60884)
1 parent f0bb5dd commit 00bbcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/assets/icons/dumbbell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ function DumbbellIcon(
44
): JSX.Element {
55
return (
66
<svg
7+
aria-hidden='true'
78
xmlns='http://www.w3.org/2000/svg'
89
width='62'
910
height='55'

0 commit comments

Comments
 (0)