From 699bf027c051513a29837ad96d1fdf3a4382de55 Mon Sep 17 00:00:00 2001 From: ShareVB Date: Wed, 1 Jan 2025 11:48:52 +0100 Subject: [PATCH] fix(Currency Converter): tool description --- src/tools/currency-converter/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/currency-converter/index.ts b/src/tools/currency-converter/index.ts index 92401531..8cc0ada2 100644 --- a/src/tools/currency-converter/index.ts +++ b/src/tools/currency-converter/index.ts @@ -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,