refactor(xml-formatter): add better suitable icon
This commit is contained in:
parent
ddd191e35d
commit
bc0c02bd01
@ -1,4 +1,4 @@
|
||||
import { ArrowsShuffle } from '@vicons/tabler';
|
||||
import { Code } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
|
||||
export const tool = defineTool({
|
||||
@ -7,6 +7,6 @@ export const tool = defineTool({
|
||||
description: 'Prettify your XML string to a human friendly readable format.',
|
||||
keywords: ['xml', 'prettify', 'format'],
|
||||
component: () => import('./xml-formatter.vue'),
|
||||
icon: ArrowsShuffle,
|
||||
icon: Code,
|
||||
createdAt: new Date('2023-06-17'),
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user