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