From 36e99d09730c14f6c5fd24757a9356dbc9721ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 2 Mar 2026 17:15:31 +0100 Subject: [PATCH] fix: shorten Random and Calculate tool descriptions Co-Authored-By: Claude Sonnet 4.6 --- lib/tools.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tools.tsx b/lib/tools.tsx index 68b098a..544b0d0 100644 --- a/lib/tools.tsx +++ b/lib/tools.tsx @@ -102,7 +102,7 @@ export const tools: Tool[] = [ title: 'Random Generator', navTitle: 'Random Generator', href: '/random', - description: 'Generate cryptographically secure passwords, UUIDs, API keys, hashes and tokens.', + description: 'Generate secure passwords, UUIDs, API keys, hashes and tokens.', summary: 'Cryptographically secure random generator. Create passwords, UUIDs, API keys, SHA hashes, and secure tokens — all using the browser Web Crypto API, nothing leaves your machine.', icon: RandomIcon, @@ -113,7 +113,7 @@ export const tools: Tool[] = [ title: 'Calculator', navTitle: 'Calculator', href: '/calculate', - description: 'Advanced expression evaluator with interactive function graphing.', + description: 'Advanced expression evaluator with function graphing.', summary: 'Powerful mathematical calculator powered by Math.js. Evaluate complex expressions, define variables, and plot functions on an interactive graph.', icon: CalculateIcon,