mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 23:25:03 -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';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
|
@ -7,5 +7,5 @@ export const tool = defineTool({
|
||||||
description: '',
|
description: '',
|
||||||
keywords: ['jwt', 'parser'],
|
keywords: ['jwt', 'parser'],
|
||||||
component: () => import('./jwt-parser.vue'),
|
component: () => import('./jwt-parser.vue'),
|
||||||
icon: ArrowsShuffle,
|
icon: Key,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue