mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +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
|
||||
aria-label="Shuffle Sounds"
|
||||
className={styles.shuffleButton}
|
||||
onClick={() => {
|
||||
shuffle();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue