fix: shorten Kron card description for better fit

This commit is contained in:
administrator 2026-05-17 18:53:44 +00:00
parent 91cbbd42fa
commit 1db7c553d1

View file

@ -64,7 +64,7 @@
</div>
<div class="flex-1 min-w-0">
<h2 class="text-lg font-bold text-slate-100">Kron Password Challenge</h2>
<p class="text-sm text-slate-400 mt-0.5">Test password strength against advanced cracking techniques and build resilient credentials.</p>
<p class="text-sm text-slate-400 mt-0.5">Test password strength against advanced cracking.</p>
<div class="mt-2 flex items-center gap-2 text-xs">
<span class="inline-block px-2 py-0.5 rounded-full bg-yellow-500/20 text-yellow-400 border border-yellow-500/30">Interactive</span>
</div>