mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 23:25:03 -04:00
Apply suggestions from code review
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
6314eef566
commit
265860e993
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ import { defineTool } from '../tool';
|
|||
export const tool = defineTool({
|
||||
name: 'Percentage calculator',
|
||||
path: '/percentage-calculator',
|
||||
description: 'Calculate percentages',
|
||||
keywords: ['percentage', 'calculator'],
|
||||
description: 'Easily calculate percentages from a value to another value, or from a percentage to a value.',
|
||||
keywords: ['percentage', 'calculator', 'calculate', 'value', 'number', '%'],
|
||||
component: () => import('./percentage-calculator.vue'),
|
||||
icon: Percentage,
|
||||
createdAt: new Date('2023-06-18'),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue