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({
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue