Skip to content

Commit

Permalink
updates to show developed tools as newly added
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmotion committed Nov 21, 2024
1 parent 30fdc2c commit acc3b6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/tools/ai-prompt-splitter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['ai', 'prompt', 'splitter'],
component: () => import('./ai-prompt-splitter.vue'),
icon: IconMessages,
createdAt: new Date('2024-10-18'),
createdAt: new Date(),
});
2 changes: 1 addition & 1 deletion src/tools/emoji-picker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const tool = defineTool({
keywords: ['emoji', 'picker', 'unicode', 'copy', 'paste'],
component: () => import('./emoji-picker.vue'),
icon: MoodSmile,
createdAt: new Date('2023-08-07'),
createdAt: new Date(),
});
2 changes: 1 addition & 1 deletion src/tools/image-resizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['image', 'resizer', 'favicon', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg'],
component: () => import('./image-resizer.vue'),
icon: Resize,
createdAt: new Date('2024-10-22'),
createdAt: new Date(),
});
2 changes: 1 addition & 1 deletion src/tools/json-string-converter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['json', 'string', 'converter'],
component: () => import('./json-string-converter.vue'),
icon: Braces,
createdAt: new Date('2024-10-17'),
createdAt: new Date(),
});
2 changes: 1 addition & 1 deletion src/tools/multi-link-downloader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const tool = defineTool({
keywords: ['multi', 'link', 'downloader'],
component: () => import('./multi-link-downloader.vue'),
icon: IconFileDownload,
createdAt: new Date('2024-10-18'),
createdAt: new Date(),
});

0 comments on commit acc3b6f

Please sign in to comment.