mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
fix(Currency Converter): tool description
This commit is contained in:
parent
b241003366
commit
699bf027c0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { defineTool } from '../tool';
|
|||
export const tool = defineTool({
|
||||
name: 'Currency Converter',
|
||||
path: '/currency-converter',
|
||||
description: 'Convert currency values using ExchangeRate-API',
|
||||
description: 'Convert currency values using https://github.com/fawazahmed0/exchange-api',
|
||||
keywords: ['currency', 'converter'],
|
||||
component: () => import('./currency-converter.vue'),
|
||||
icon: Currency,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue