summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-11-22 13:01:25 +0000
committerdakkar <dakkar@thenautilus.net>2024-11-22 13:01:25 +0000
commitd70024b4b9cc08f2407cc79590b99b2ebdadbaed (patch)
treeeb2f6a83892c5158a67a59688f3b0c14ee8d656f
parentregenerate misskey-js (diff)
downloadsharkey-d70024b4b9cc08f2407cc79590b99b2ebdadbaed.tar.gz
sharkey-d70024b4b9cc08f2407cc79590b99b2ebdadbaed.tar.bz2
sharkey-d70024b4b9cc08f2407cc79590b99b2ebdadbaed.zip
replace more icons
-rw-r--r--packages/frontend/vite.replaceIcons.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts
index 7c81064adf..b914b93cd5 100644
--- a/packages/frontend/vite.replaceIcons.ts
+++ b/packages/frontend/vite.replaceIcons.ts
@@ -37,6 +37,7 @@ export function pluginReplaceIcons() {
},
include: [
'**/pages/**',
+ '**/components/MkAuthConfirm.*',
],
}),
iconsReplace({
@@ -340,6 +341,8 @@ export function pluginReplaceIcons() {
'ti ti-shield-lock': 'ph-shield ph-bold ph-lg',
'ti ti-slash': 'ph-check-fat ph-bold ph-lg',
'ti ti-snowflake': 'ph-snowflake ph-bold ph-lg',
+ 'ti ti-sort-ascending-letters': 'ph-sort-ascending ph-bold ph-lg',
+ 'ti ti-sort-descending-letters': 'ph-sort-descending ph-bold ph-lg',
'ti ti-sparkles': 'ph-sparkle ph-bold ph-lg',
'ti ti-speakerphone': 'ph-megaphone ph-bold ph-lg',
'ti ti-stack-2': 'ph-stack ph-bold ph-lg',