fix: further shorten Random tool description

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 17:18:01 +01:00
parent 36e99d0973
commit 3fffe96016

View File

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