Skip to content

Commit 8301489

Browse files
committed
refactor(ascii-generator): updated tool definition
1 parent 53e306b commit 8301489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/ascii-text-drawer/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { Artboard } from '@vicons/tabler';
22
import { defineTool } from '../tool';
33

44
export const tool = defineTool({
5-
name: 'ASCII Art Text Drawer',
5+
name: 'ASCII Art Text Generator',
66
path: '/ascii-text-drawer',
7-
description: 'Draw a text using Ascii Art',
7+
description: 'Create ASCII art text with many fonts and styles.',
88
keywords: ['ascii', 'asciiart', 'text', 'drawer'],
99
component: () => import('./ascii-text-drawer.vue'),
1010
icon: Artboard,
11-
createdAt: new Date('2024-02-17'),
11+
createdAt: new Date('2024-03-03'),
1212
});

0 commit comments

Comments
 (0)