add alt prop to close icon
This commit is contained in:
parent
f38cb690de
commit
e7c2c65b2f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const DateVisibilitySelector = ({
|
|||
<div className={classes.icon} onClick={handleCloseIconClick}>
|
||||
<img
|
||||
src={closeIcon}
|
||||
alt=""
|
||||
alt="close icon"
|
||||
width={CLOSE_ICON_SIZE}
|
||||
height={CLOSE_ICON_SIZE}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue