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>
|
<span class="status-deleted-tag">Deleted</span>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Icon
|
{/* <Icon
|
||||||
icon={visibilityIconsMap[visibility]}
|
icon={visibilityIconsMap[visibility]}
|
||||||
alt={visibilityText[visibility]}
|
alt={visibilityText[visibility]}
|
||||||
/>{' '}
|
/> */}
|
||||||
|
<span>{visibilityText[visibility]}</span> •{' '}
|
||||||
<a href={url} target="_blank" rel="noopener noreferrer">
|
<a href={url} target="_blank" rel="noopener noreferrer">
|
||||||
<time
|
<time
|
||||||
class="created"
|
class="created"
|
||||||
|
|
Loading…
Add table
Reference in a new issue