mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Use proper alt
This commit is contained in:
parent
4b48bab2bb
commit
9a10bc0fec
1 changed files with 1 additions and 1 deletions
|
@ -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