diff --git a/src/tools/jwt-parser/index.ts b/src/tools/jwt-parser/index.ts index eb1c6e48..f848ee35 100644 --- a/src/tools/jwt-parser/index.ts +++ b/src/tools/jwt-parser/index.ts @@ -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, });