From 7f374151094898910a8c831f5f72dbd44b56e6a2 Mon Sep 17 00:00:00 2001 From: syuilo <Syuilotan@yahoo.co.jp> Date: Sun, 1 Jan 2023 16:57:13 +0900 Subject: [PATCH] :art: --- .../frontend/src/pages/settings/import-export.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend/src/pages/settings/import-export.vue b/packages/frontend/src/pages/settings/import-export.vue index ca3bea4d16..3012c3f283 100644 --- a/packages/frontend/src/pages/settings/import-export.vue +++ b/packages/frontend/src/pages/settings/import-export.vue @@ -1,7 +1,7 @@ <template> <div class="_formRoot"> <FormSection> - <template #label>{{ i18n.ts._exportOrImport.allNotes }}</template> + <template #label><i class="ti ti-pencil"></i> {{ i18n.ts._exportOrImport.allNotes }}</template> <FormFolder> <template #label>{{ i18n.ts.export }}</template> <template #icon><i class="ti ti-download"></i></template> @@ -9,7 +9,7 @@ </FormFolder> </FormSection> <FormSection> - <template #label>{{ i18n.ts._exportOrImport.favoritedNotes }}</template> + <template #label><i class="ti ti-star"></i> {{ i18n.ts._exportOrImport.favoritedNotes }}</template> <FormFolder> <template #label>{{ i18n.ts.export }}</template> <template #icon><i class="ti ti-download"></i></template> @@ -17,7 +17,7 @@ </FormFolder> </FormSection> <FormSection> - <template #label>{{ i18n.ts._exportOrImport.followingList }}</template> + <template #label><i class="ti ti-users"></i> {{ i18n.ts._exportOrImport.followingList }}</template> <FormFolder class="_formBlock"> <template #label>{{ i18n.ts.export }}</template> <template #icon><i class="ti ti-download"></i></template> @@ -36,7 +36,7 @@ </FormFolder> </FormSection> <FormSection> - <template #label>{{ i18n.ts._exportOrImport.userLists }}</template> + <template #label><i class="ti ti-users"></i> {{ i18n.ts._exportOrImport.userLists }}</template> <FormFolder class="_formBlock"> <template #label>{{ i18n.ts.export }}</template> <template #icon><i class="ti ti-download"></i></template> @@ -49,7 +49,7 @@ </FormFolder> </FormSection> <FormSection> - <template #label>{{ i18n.ts._exportOrImport.muteList }}</template> + <template #label><i class="ti ti-user-off"></i> {{ i18n.ts._exportOrImport.muteList }}</template> <FormFolder class="_formBlock"> <template #label>{{ i18n.ts.export }}</template> <template #icon><i class="ti ti-download"></i></template> @@ -62,7 +62,7 @@ </FormFolder> </FormSection> <FormSection> - <template #label>{{ i18n.ts._exportOrImport.blockingList }}</template> + <template #label><i class="ti ti-user-off"></i> {{ i18n.ts._exportOrImport.blockingList }}</template> <FormFolder class="_formBlock"> <template #label>{{ i18n.ts.export }}</template> <template #icon><i class="ti ti-download"></i></template>