change the icon of the tool

This commit is contained in:
bastantoine 2022-12-22 20:07:21 +01:00
parent 1ba8565acf
commit 002e49b42c

View file

@ -1,4 +1,4 @@
import { ArrowsShuffle } from '@vicons/tabler';
import { Key } from '@vicons/tabler';
import { defineTool } from '../tool';
export const tool = defineTool({
@ -7,5 +7,5 @@ export const tool = defineTool({
description: '',
keywords: ['jwt', 'parser'],
component: () => import('./jwt-parser.vue'),
icon: ArrowsShuffle,
icon: Key,
});