mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Don't show icon, just show text for visibility.
Icon, in the end, ain't descriptive enough.
This commit is contained in:
parent
436277c6b4
commit
b9c287b29e
1 changed files with 3 additions and 2 deletions
|
@ -1858,10 +1858,11 @@ function Status({
|
|||
<span class="status-deleted-tag">Deleted</span>
|
||||
) : (
|
||||
<>
|
||||
<Icon
|
||||
{/* <Icon
|
||||
icon={visibilityIconsMap[visibility]}
|
||||
alt={visibilityText[visibility]}
|
||||
/>{' '}
|
||||
/> */}
|
||||
<span>{visibilityText[visibility]}</span> •{' '}
|
||||
<a href={url} target="_blank" rel="noopener noreferrer">
|
||||
<time
|
||||
class="created"
|
||||
|
|
Loading…
Reference in a new issue