Skip to content

Commit

Permalink
Remove unnecessary aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Dec 23, 2024
1 parent bf37b94 commit 93b353a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class SettingsButton extends Button {
this.panelChild = this.panel.addChild('settingsPanelChild')

this.addClass('vjs-settings')
this.el().setAttribute('aria-label', 'Settings Button')

// Event handlers
this.addSettingsItemHandler = this.onAddSettingsItem.bind(this)
Expand Down

0 comments on commit 93b353a

Please sign in to comment.