Simplify shuffle button title
This commit is contained in:
parent
82ea25edfc
commit
8d609055f5
1 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@
|
||||||
<div class="flex-1"></div>
|
<div class="flex-1"></div>
|
||||||
<div class="text-center">
|
<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);">
|
<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>
|
</h1>
|
||||||
<p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p>
|
<p class="text-muted text-sm mt-0.5">Interaktive Visualisierung mit schrittweiser Animation</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -336,7 +336,7 @@
|
||||||
</button>
|
</button>
|
||||||
<button id="btnShuffle"
|
<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]"
|
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>
|
<i data-lucide="shuffle" class="w-4 h-4"></i>
|
||||||
</button>
|
</button>
|
||||||
<button id="btnReset"
|
<button id="btnReset"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue