Use proper alt
This commit is contained in:
parent
4b48bab2bb
commit
9a10bc0fec
|
@ -1104,7 +1104,7 @@ function Status({
|
|||
<>
|
||||
<Icon
|
||||
icon={visibilityIconsMap[visibility]}
|
||||
alt={visibility}
|
||||
alt={visibilityText[visibility]}
|
||||
/>{' '}
|
||||
<a href={url} target="_blank">
|
||||
<time
|
||||
|
|
Loading…
Reference in a new issue