From b2ae28e2e280cd7a067aa37556227953fe162435 Mon Sep 17 00:00:00 2001 From: Insert5StarName Date: Sun, 1 Oct 2023 00:53:01 +0200 Subject: [PATCH] fix: how tf did this happen --- packages/frontend/src/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/account.ts b/packages/frontend/src/account.ts index 3c12b5473..f19cad331 100644 --- a/packages/frontend/src/account.ts +++ b/packages/frontend/src/account.ts @@ -297,7 +297,7 @@ export async function openAccountMenu(opts: { }], }, { type: 'link' as const, - icon: 'ph-usersta ph-bold ph-lg', + icon: 'ph-users ph-bold ph-lg', text: i18n.ts.manageAccounts, to: '/settings/accounts', }, {