mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
added description of the tool
This commit is contained in:
parent
b1e681914f
commit
a4f6c5da80
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue