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