summaryrefslogtreecommitdiff
path: root/packages/frontend/src/account.ts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 16:19:13 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commit527bbd036cecd8d5f1fd2deba2c864e2855d0eaa (patch)
treec12ce8afbefdd97eb47d67c662bb93239d2bcf7f /packages/frontend/src/account.ts
parentremove our icon classes from a test file (diff)
downloadsharkey-527bbd036cecd8d5f1fd2deba2c864e2855d0eaa.tar.gz
sharkey-527bbd036cecd8d5f1fd2deba2c864e2855d0eaa.tar.bz2
sharkey-527bbd036cecd8d5f1fd2deba2c864e2855d0eaa.zip
replaced ti-users
Diffstat (limited to 'packages/frontend/src/account.ts')
-rw-r--r--packages/frontend/src/account.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/account.ts b/packages/frontend/src/account.ts
index a73f86e5a4..5a67c4e777 100644
--- a/packages/frontend/src/account.ts
+++ b/packages/frontend/src/account.ts
@@ -304,7 +304,7 @@ export async function openAccountMenu(opts: {
}],
}, {
type: 'link' as const,
- icon: 'ph-users ph-bold ph-lg',
+ icon: 'ti ti-users',
text: i18n.ts.manageAccounts,
to: '/settings/accounts',
}, {