mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-10 07:55:19 +02:00
Update src/tools/text-to-unicode/index.ts
This commit is contained in:
parent
43f453a8ca
commit
e4861497be
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { defineTool } from '../tool';
|
|||
export const tool = defineTool({
|
||||
name: 'Text to Unicode',
|
||||
path: '/text-to-unicode',
|
||||
description: 'Parse and convert Text to Unicode',
|
||||
description: 'Parse and convert text to unicode and vice-versa',
|
||||
keywords: ['text', 'to', 'unicode'],
|
||||
component: () => import('./text-to-unicode.vue'),
|
||||
icon: TextWrap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue