fix: misc

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-18 19:20:54 +00:00
parent f4f09f4852
commit 6bcf9ebf8a
5 changed files with 69 additions and 79 deletions

View File

@@ -4,7 +4,7 @@ import { lazy } from 'react';
export const tool = defineTool('csv', {
name: 'Convert CSV to XML',
path: 'csv-to-xml',
icon: 'lets-icons:xml-light',
icon: 'mdi-light:xml',
description: 'Convert CSV files to XML format with customizable options.',
shortDescription: 'Convert CSV data to XML format',
keywords: ['csv', 'xml', 'convert', 'transform', 'parse'],