Skip to content

Commit

Permalink
chore: update hard word mute icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Amelia Yukii committed Dec 27, 2023
1 parent 45b99a4 commit dd22d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/mute-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkFolder>

<MkFolder>
<template #icon><i class="ti ti-message-off"></i></template>
<template #icon><i class="ph-x-square ph-bold ph-lg"></i></template>
<template #label>{{ i18n.ts.hardWordMute }}</template>

<XWordMute :muted="$i!.hardMutedWords" @save="saveHardMutedWords"/>
Expand Down

0 comments on commit dd22d7b

Please sign in to comment.