From f7028f868397004d5e4bbd9e5393c229274026b7 Mon Sep 17 00:00:00 2001 From: Chesterkxng Date: Tue, 8 Jul 2025 21:01:38 +0200 Subject: [PATCH] feat: text censor (icon changed) --- src/pages/tools/string/censor/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/string/censor/meta.ts b/src/pages/tools/string/censor/meta.ts index 2678d19..0a7e6d0 100644 --- a/src/pages/tools/string/censor/meta.ts +++ b/src/pages/tools/string/censor/meta.ts @@ -6,7 +6,7 @@ export const tool = defineTool('string', { path: 'censor', shortDescription: 'Quickly mask bad words or replace them with alternative words.', - icon: 'mingcute:hashtag-fill', + icon: 'hugeicons:text-footnote', description: "utility for censoring words in text. Load your text in the input form on the left, specify all the bad words in the options, and you'll instantly get censored text in the output area.", longDescription: