Simplify shuffle button title

This commit is contained in:
Dieter Schlüter 2026-04-06 21:22:56 +02:00
commit 8d609055f5

View file

@ -204,7 +204,7 @@
<div class="flex-1"></div>
<div class="text-center">
<h1 class="title-text font-bold tracking-tight" style="color: var(--c-text); text-shadow: 0 0 40px rgba(74,124,255,0.3);">
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.14</span>
Sortier-Algorithmen <span style="font-size: 0.45em; font-weight: 400; opacity: 0.5; vertical-align: middle;">v0.2.15</span>
</h1>
<p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p>
</div>
@ -336,7 +336,7 @@
</button>
<button id="btnShuffle"
class="flex items-center justify-center bg-surface2 border border-border text-muted rounded-lg py-2.5 text-sm font-medium hover:bg-accent hover:border-accent hover:text-white active:scale-95 transition-all min-h-[44px]"
aria-label="Mischen (S)" title="Mischen (S) — Tastatur: S">
aria-label="Mischen" title="Mischen (Fisher-Yates)">
<i data-lucide="shuffle" class="w-4 h-4"></i>
</button>
<button id="btnReset"