We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890c1f3 commit e0ea732Copy full SHA for e0ea732
src/tools/currency-converter/index.ts
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
4
export const tool = defineTool({
5
name: 'Currency Converter',
6
path: '/currency-converter',
7
- description: 'Convert currency values using ExchangeRate-API',
+ description: 'Convert currency values using https://github.com/fawazahmed0/exchange-api',
8
keywords: ['currency', 'converter'],
9
component: () => import('./currency-converter.vue'),
10
icon: Currency,
0 commit comments