From 73f6790d01cc1e2b757b90cd8d9dee338942366e Mon Sep 17 00:00:00 2001 From: fratorgano <34720444+fratorgano@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:31:49 +0200 Subject: [PATCH] fix: Proposal to use the "moon" icon for unlisted posts (#3313) --- app/composables/masto/icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/composables/masto/icons.ts b/app/composables/masto/icons.ts index ce07895d..2182b062 100644 --- a/app/composables/masto/icons.ts +++ b/app/composables/masto/icons.ts @@ -72,7 +72,7 @@ export const statusVisibilities = [ }, { value: 'unlisted', - icon: 'i-ri:lock-unlock-line', + icon: 'i-ri:moon-line', }, { value: 'private',