From 22729eed70f9c8522b7b4b903eaa154cd8dd127f Mon Sep 17 00:00:00 2001 From: PraZ <1631886+prazdevs@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:10:29 +0100 Subject: [PATCH] feat(metadata): add pronouns metadata field icon (#784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 三咲智子 Kevin Deng --- composables/masto/icons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/composables/masto/icons.ts b/composables/masto/icons.ts index 406b7b00..4ca516fc 100644 --- a/composables/masto/icons.ts +++ b/composables/masto/icons.ts @@ -24,6 +24,7 @@ export const accountFieldIcons: Record = Object.fromEntries(Obje PayPal: 'i-ri:paypal-fill', PlayStation: 'i-ri:playstation-fill', Portfolio: 'i-ri:link', + Pronouns: 'i-ri:contacts-line', QQ: 'i-ri:qq-fill', Site: 'i-ri:link', Sponsors: 'i-ri:heart-3-line',