mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
fix: add aria label to shuffle button
This commit is contained in:
parent
26ba017815
commit
6d02cfb134
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ export function Buttons() {
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
aria-label="Shuffle Sounds"
|
||||||
className={styles.shuffleButton}
|
className={styles.shuffleButton}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
shuffle();
|
shuffle();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue