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,