diff --git a/lib/tools.tsx b/lib/tools.tsx index 544b0d0..2ddc4ca 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 secure passwords, UUIDs, API keys, hashes and tokens.', + description: 'Generate secure passwords, UUIDs, API keys 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,