feat: text censor (icon changed)

This commit is contained in:
Chesterkxng 2025-07-08 21:01:38 +02:00
commit f7028f8683

View file

@ -6,7 +6,7 @@ export const tool = defineTool('string', {
path: 'censor', path: 'censor',
shortDescription: shortDescription:
'Quickly mask bad words or replace them with alternative words.', 'Quickly mask bad words or replace them with alternative words.',
icon: 'mingcute:hashtag-fill', icon: 'hugeicons:text-footnote',
description: 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.", "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: longDescription: