replaced ti-eye-off
This commit is contained in:
parent
8830c94591
commit
b1954d9898
9 changed files with 12 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ const headerTabs = computed(() => [{
|
|||
}, {
|
||||
key: 'silence',
|
||||
title: i18n.ts.silence,
|
||||
icon: 'ph-eye-closed ph-bold ph-lg',
|
||||
icon: 'ti ti-eye-off',
|
||||
}]);
|
||||
|
||||
definePageMetadata(() => ({
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</MkFolder>
|
||||
|
||||
<MkFolder>
|
||||
<template #icon><i class="ph-eye-slash ph-bold ph-lg"></i></template>
|
||||
<template #icon><i class="ti ti-eye-off"></i></template>
|
||||
<template #label>{{ i18n.ts.mutedUsers }}</template>
|
||||
|
||||
<MkPagination :pagination="mutingPagination">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue