added description of the tool

This commit is contained in:
bastantoine 2022-12-22 20:18:56 +01:00
parent b1e681914f
commit a4f6c5da80

View file

@ -4,7 +4,7 @@ import { defineTool } from '../tool';
export const tool = defineTool({ export const tool = defineTool({
name: 'JWT parser', name: 'JWT parser',
path: '/jwt-parser', path: '/jwt-parser',
description: '', description: 'Parse a JWT (JSON Web Token) to display its content.',
keywords: ['jwt', 'parser'], keywords: ['jwt', 'parser'],
component: () => import('./jwt-parser.vue'), component: () => import('./jwt-parser.vue'),
icon: Key, icon: Key,