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

set button images to aria-hidden

parent 89ecf3d7
Branches
Tags
No related merge requests found
......@@ -20,6 +20,7 @@ const CloseButton = props => (
<img
className={styles.closeIcon}
src={closeIcon}
aria-hidden="true"
/>
</div>
);
......
......@@ -16,6 +16,7 @@ const IconButton = ({
<img
className={styles.icon}
src={img}
aria-hidden="true"
/>
<div className={styles.title}>
{title}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment