1
0
Fork 0

Don't show icon, just show text for visibility.

Icon, in the end, ain't descriptive enough.
This commit is contained in:
Lim Chee Aun 2024-02-06 17:30:58 +08:00
parent 436277c6b4
commit b9c287b29e

View file

@ -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> &bull;{' '}
<a href={url} target="_blank" rel="noopener noreferrer">
<time
class="created"