1
0
Fork 0
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:
Corentin THOMASSET 2024-01-31 10:50:38 +01:00 committed by GitHub
parent 43f453a8ca
commit e4861497be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,