mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
Update src/tools/list-converter/index.ts
This commit is contained in:
parent
557860ba08
commit
06b4aef422
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ export const tool = defineTool({
|
|||
'This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row.',
|
||||
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
|
||||
component: () => import('./list-converter.vue'),
|
||||
icon: ArrowsShuffle,
|
||||
icon: List,
|
||||
createdAt: new Date('2023-05-07'),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue