diff --git a/packages/frontend/src/pages/admin/external-services.vue b/packages/frontend/src/pages/admin/external-services.vue index 0c04217272..705679b702 100644 --- a/packages/frontend/src/pages/admin/external-services.vue +++ b/packages/frontend/src/pages/admin/external-services.vue @@ -69,7 +69,7 @@ const headerTabs = $computed(() => []); definePageMetadata({ title: i18n.ts.externalServices, - icon: 'ti ti-link', + icon: 'ph-square-arrow-out ph-bold ph-lg', }); diff --git a/packages/frontend/src/pages/drive.file.info.vue b/packages/frontend/src/pages/drive.file.info.vue index ae9256b8e3..578bebb60e 100644 --- a/packages/frontend/src/pages/drive.file.info.vue +++ b/packages/frontend/src/pages/drive.file.info.vue @@ -14,26 +14,26 @@ SPDX-License-Identifier: AGPL-3.0-only
diff --git a/packages/frontend/src/pages/drive.file.vue b/packages/frontend/src/pages/drive.file.vue index 2c1e5d20a7..b1bb84b488 100644 --- a/packages/frontend/src/pages/drive.file.vue +++ b/packages/frontend/src/pages/drive.file.vue @@ -38,15 +38,15 @@ const headerActions = computed(() => []); const headerTabs = computed(() => [{ key: 'info', title: i18n.ts.info, - icon: 'ti ti-info-circle', + icon: 'ph-info ph-bold ph-lg', }, { key: 'notes', title: i18n.ts._fileViewer.attachedNotes, - icon: 'ti ti-pencil', + icon: 'ph-pencil ph-bold ph-lg', }]); definePageMetadata(computed(() => ({ title: i18n.ts._fileViewer.title, - icon: 'ti ti-file', + icon: 'ph-file-text ph-bold ph-lg', }))); diff --git a/packages/frontend/src/pages/my-lists/list.vue b/packages/frontend/src/pages/my-lists/list.vue index cadc9f6d1e..60adb37cd0 100644 --- a/packages/frontend/src/pages/my-lists/list.vue +++ b/packages/frontend/src/pages/my-lists/list.vue @@ -132,7 +132,7 @@ async function removeUser(item, ev) { async function showMembershipMenu(item, ev) { os.popupMenu([{ text: item.withReplies ? i18n.ts.hideRepliesToOthersInTimeline : i18n.ts.showRepliesToOthersInTimeline, - icon: item.withReplies ? 'ti ti-messages-off' : 'ti ti-messages', + icon: item.withReplies ? 'ph-envelope-open ph-bold ph-lg' : 'ph-envelope ph-bold ph-lg', action: async () => { os.api('users/lists/update-membership', { listId: list.id, diff --git a/packages/frontend/src/pages/settings/2fa.qrdialog.vue b/packages/frontend/src/pages/settings/2fa.qrdialog.vue index 093dba99d9..765161691d 100644 --- a/packages/frontend/src/pages/settings/2fa.qrdialog.vue +++ b/packages/frontend/src/pages/settings/2fa.qrdialog.vue @@ -84,7 +84,7 @@ SPDX-License-Identifier: AGPL-3.0-only -