diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 15:15:04 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | b1954d9898f008162d0e371f68065ffcefa6d6c7 (patch) | |
| tree | 107a0d60ed7e19927e4787b2ae1b31e2a8ea8938 /packages/frontend/src/components/MkUserSetupDialog.Privacy.vue | |
| parent | replaced ti-eye (diff) | |
| download | sharkey-b1954d9898f008162d0e371f68065ffcefa6d6c7.tar.gz sharkey-b1954d9898f008162d0e371f68065ffcefa6d6c7.tar.bz2 sharkey-b1954d9898f008162d0e371f68065ffcefa6d6c7.zip | |
replaced ti-eye-off
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 91fe4dea3f..d2f6c15ecf 100644 --- a/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue +++ b/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue @@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkFolder> <template #label>{{ i18n.ts.hideOnlineStatus }}</template> - <template #icon><i class="ph-eye-slash ph-bold ph-lg"></i></template> + <template #icon><i class="ti ti-eye-off"></i></template> <template #suffix>{{ hideOnlineStatus ? i18n.ts.on : i18n.ts.off }}</template> <MkSwitch v-model="hideOnlineStatus">{{ i18n.ts.hideOnlineStatus }}<template #caption>{{ i18n.ts.hideOnlineStatusDescription }}</template></MkSwitch> |