diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 12:49:30 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 96ce65dc620e6aedb8bd5a7d0c9e258e86c78269 (patch) | |
| tree | 68d69c60347a19f34e25569df5fe2d2cc4c67c9e /packages/frontend/src/components/MkUserSetupDialog.Privacy.vue | |
| parent | replaced ti-plus (diff) | |
| download | sharkey-96ce65dc620e6aedb8bd5a7d0c9e258e86c78269.tar.gz sharkey-96ce65dc620e6aedb8bd5a7d0c9e258e86c78269.tar.bz2 sharkey-96ce65dc620e6aedb8bd5a7d0c9e258e86c78269.zip | |
replaced ti-planet ti-world-x ti-world-search
Diffstat (limited to 'packages/frontend/src/components/MkUserSetupDialog.Privacy.vue')
| -rw-r--r-- | packages/frontend/src/components/MkUserSetupDialog.Privacy.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue b/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue index 6d2f0bbb99..91fe4dea3f 100644 --- a/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue +++ b/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue @@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkFolder> <template #label>{{ i18n.ts.noCrawle }}</template> - <template #icon><i class="ph-planet ph-bold ph-lg"></i></template> + <template #icon><i class="ti ti-world-x"></i></template> <template #suffix>{{ noCrawle ? i18n.ts.on : i18n.ts.off }}</template> <MkSwitch v-model="noCrawle">{{ i18n.ts.noCrawle }}<template #caption>{{ i18n.ts.noCrawleDescription }}</template></MkSwitch> |