fix(Currency Converter): tool description

This commit is contained in:
ShareVB 2025-01-01 11:48:52 +01:00
parent b241003366
commit 699bf027c0

View file

@ -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,