fix: add aria label to shuffle button

This commit is contained in:
MAZE 2023-10-11 18:07:39 +03:30
parent 26ba017815
commit 6d02cfb134

View file

@ -42,6 +42,7 @@ export function Buttons() {
</button>
<button
aria-label="Shuffle Sounds"
className={styles.shuffleButton}
onClick={() => {
shuffle();