mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
refactor(xml-formatter): add better suitable icon
This commit is contained in:
parent
ddd191e35d
commit
bc0c02bd01
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { ArrowsShuffle } from '@vicons/tabler';
|
import { Code } from '@vicons/tabler';
|
||||||
import { defineTool } from '../tool';
|
import { defineTool } from '../tool';
|
||||||
|
|
||||||
export const tool = defineTool({
|
export const tool = defineTool({
|
||||||
|
@ -7,6 +7,6 @@ export const tool = defineTool({
|
||||||
description: 'Prettify your XML string to a human friendly readable format.',
|
description: 'Prettify your XML string to a human friendly readable format.',
|
||||||
keywords: ['xml', 'prettify', 'format'],
|
keywords: ['xml', 'prettify', 'format'],
|
||||||
component: () => import('./xml-formatter.vue'),
|
component: () => import('./xml-formatter.vue'),
|
||||||
icon: ArrowsShuffle,
|
icon: Code,
|
||||||
createdAt: new Date('2023-06-17'),
|
createdAt: new Date('2023-06-17'),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue