Skip to content

Commit 73f6790

Browse files
authored
fix: Proposal to use the "moon" icon for unlisted posts (#3313)
1 parent b669514 commit 73f6790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/masto/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const statusVisibilities = [
7272
},
7373
{
7474
value: 'unlisted',
75-
icon: 'i-ri:lock-unlock-line',
75+
icon: 'i-ri:moon-line',
7676
},
7777
{
7878
value: 'private',

0 commit comments

Comments
 (0)