mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 19:14:01 +01:00
fix: missing meta
This commit is contained in:
@@ -6,8 +6,9 @@ export const tool = defineTool('string', {
|
||||
name: 'Quote',
|
||||
path: 'quote',
|
||||
icon: 'proicons:quote',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
description:
|
||||
'A tool to add quotation marks or custom characters around text. Perfect for formatting strings for code, citations, or stylistic purposes.',
|
||||
shortDescription: 'Add quotes around text easily.',
|
||||
keywords: ['quote'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user