fix: Proposal to use the "moon" icon for unlisted posts (#3313)
This commit is contained in:
parent
b669514243
commit
73f6790d01
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export const statusVisibilities = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'unlisted',
|
value: 'unlisted',
|
||||||
icon: 'i-ri:lock-unlock-line',
|
icon: 'i-ri:moon-line',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'private',
|
value: 'private',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue