diff --git a/packages/frontend/src/components/MkVisitorDashboard.vue b/packages/frontend/src/components/MkVisitorDashboard.vue
index b902494025..3f24d2a23c 100644
--- a/packages/frontend/src/components/MkVisitorDashboard.vue
+++ b/packages/frontend/src/components/MkVisitorDashboard.vue
@@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
diff --git a/packages/frontend/src/pages/custom-emojis-manager.vue b/packages/frontend/src/pages/custom-emojis-manager.vue
index 1b58aee54c..28528a93e3 100644
--- a/packages/frontend/src/pages/custom-emojis-manager.vue
+++ b/packages/frontend/src/pages/custom-emojis-manager.vue
@@ -306,7 +306,7 @@ const headerActions = computed(() => [{
text: i18n.ts.addEmoji,
handler: add,
}, {
- icon: 'ph-dots-three ph-bold ph-lg',
+ icon: 'ti ti-dots',
handler: menu,
}]);
diff --git a/packages/frontend/src/pages/my-lists/list.vue b/packages/frontend/src/pages/my-lists/list.vue
index 1b7aa3f938..7cf8258d37 100644
--- a/packages/frontend/src/pages/my-lists/list.vue
+++ b/packages/frontend/src/pages/my-lists/list.vue
@@ -38,7 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
diff --git a/packages/frontend/src/pages/settings/index.vue b/packages/frontend/src/pages/settings/index.vue
index 35fb1a03f4..6477f1798f 100644
--- a/packages/frontend/src/pages/settings/index.vue
+++ b/packages/frontend/src/pages/settings/index.vue
@@ -163,7 +163,7 @@ const menuDef = computed(() => [{
to: '/settings/migration',
active: currentPage.value?.route.name === 'migration',
}, {
- icon: 'ph-dots-three ph-bold ph-lg',
+ icon: 'ti ti-dots',
text: i18n.ts.other,
to: '/settings/other',
active: currentPage.value?.route.name === 'other',
diff --git a/packages/frontend/src/pages/settings/other.vue b/packages/frontend/src/pages/settings/other.vue
index 683e5f0e30..424e71c1ed 100644
--- a/packages/frontend/src/pages/settings/other.vue
+++ b/packages/frontend/src/pages/settings/other.vue
@@ -189,6 +189,6 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: i18n.ts.other,
- icon: 'ph-dots-three ph-bold ph-lg',
+ icon: 'ti ti-dots',
}));
diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue
index ea86727b75..2fbfa40309 100644
--- a/packages/frontend/src/pages/timeline.vue
+++ b/packages/frontend/src/pages/timeline.vue
@@ -248,7 +248,7 @@ function closeTutorial(): void {
const headerActions = computed(() => {
const tmp = [
{
- icon: 'ph-dots-three ph-bold ph-lg',
+ icon: 'ti ti-dots',
text: i18n.ts.options,
handler: (ev) => {
os.popupMenu([{
diff --git a/packages/frontend/src/pages/user/home.vue b/packages/frontend/src/pages/user/home.vue
index 095645636d..2dde798294 100644
--- a/packages/frontend/src/pages/user/home.vue
+++ b/packages/frontend/src/pages/user/home.vue
@@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only