mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +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
|
||||||
icon={visibilityIconsMap[visibility]}
|
icon={visibilityIconsMap[visibility]}
|
||||||
alt={visibility}
|
alt={visibilityText[visibility]}
|
||||||
/>{' '}
|
/>{' '}
|
||||||
<a href={url} target="_blank">
|
<a href={url} target="_blank">
|
||||||
<time
|
<time
|
||||||
|
|
Loading…
Reference in a new issue