mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-09 15:45:01 -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({
|
export const tool = defineTool({
|
||||||
name: 'Percentage calculator',
|
name: 'Percentage calculator',
|
||||||
path: '/percentage-calculator',
|
path: '/percentage-calculator',
|
||||||
description: 'Calculate percentages',
|
description: 'Easily calculate percentages from a value to another value, or from a percentage to a value.',
|
||||||
keywords: ['percentage', 'calculator'],
|
keywords: ['percentage', 'calculator', 'calculate', 'value', 'number', '%'],
|
||||||
component: () => import('./percentage-calculator.vue'),
|
component: () => import('./percentage-calculator.vue'),
|
||||||
icon: Percentage,
|
icon: Percentage,
|
||||||
|
createdAt: new Date('2023-06-18'),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue