mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-25 08:59:31 +02:00
chore: merge
This commit is contained in:
@@ -5,9 +5,9 @@ import { lazy } from 'react';
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Quote',
|
||||
path: 'quote',
|
||||
// image,
|
||||
icon: 'proicons:quote',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['quote'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
});
|
@@ -5,9 +5,9 @@ import { lazy } from 'react';
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Rot13',
|
||||
path: 'rot13',
|
||||
// image,
|
||||
icon: 'hugeicons:encrypt',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['rot13'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
});
|
@@ -5,9 +5,9 @@ import { lazy } from 'react';
|
||||
export const tool = defineTool('string', {
|
||||
name: 'Rotate',
|
||||
path: 'rotate',
|
||||
// image,
|
||||
icon: 'carbon:rotate',
|
||||
description: '',
|
||||
shortDescription: '',
|
||||
keywords: ['rotate'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user