Skip to content
Snippets Groups Projects
Commit 9b42c288 authored by Tina Quach's avatar Tina Quach
Browse files

set x and y icons to aria hidden

parent 7b177c16
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ class SpriteInfo extends React.Component {
<img
className={classNames(styles.xIcon, styles.icon)}
src={xIcon}
aria-hidden="true"
/>
</div>
</MediaQuery>
......@@ -78,6 +79,7 @@ class SpriteInfo extends React.Component {
<img
className={classNames(styles.yIcon, styles.icon)}
src={yIcon}
aria-hidden="true"
/>
</div>
</MediaQuery>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment