diff --git a/packages/frontend/src/pages/settings/account-data.vue b/packages/frontend/src/pages/settings/account-data.vue index ee5d732f90..39476a393d 100644 --- a/packages/frontend/src/pages/settings/account-data.vue +++ b/packages/frontend/src/pages/settings/account-data.vue @@ -15,27 +15,28 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._exportOrImport.allNotes }} - - {{ i18n.ts.export }} - - {{ i18n.ts.export }} - - - - - - - {{ i18n.ts.import }} - - - Origin - Misskey/Firefish - Mastodon/Pleroma/Akkoma - Twitter - Instagram - Facebook - - {{ i18n.ts.import }} + + + {{ i18n.ts.export }} + + {{ i18n.ts.export }} + + + + {{ i18n.ts.import }} + + + Origin + Misskey/Firefish + Mastodon/Pleroma/Akkoma + Twitter + Instagram + Facebook + + {{ i18n.ts.import }} + + + diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 4165c98c8c..ce05fc7e7b 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -232,7 +232,7 @@ export function pluginReplaceIcons() { 'ti ti-external-link': 'ph-arrow-square-out ph-bold ph-lg', 'ti ti-eye': 'ph-eye ph-bold ph-lg', 'ti ti-eye-exclamation': 'ph-eye-slash ph-bold ph-lg', - 'ti ti-eye-off': 'ti ti-eye-exclamation', + 'ti ti-eye-off': 'ph-eye-slash ph-bold ph-lg', 'ti ti-feather': 'ph-feather ph-bold ph-lg', 'ti ti-file': 'ph-file ph-bold ph-lg', 'ti ti-file-invoice': 'ph-newspaper-clipping ph-bold ph-lg',