mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 14:30:36 +00:00
Add some aria-labels for use with fastlane snapshot (#3293)
This commit is contained in:
committed by
Paulus Schoutsen
parent
7002ab27c0
commit
32d9a6884f
@@ -17,6 +17,7 @@ class HaMenuButton extends LitElement {
|
||||
protected render(): TemplateResult | void {
|
||||
return html`
|
||||
<paper-icon-button
|
||||
aria-label="Sidebar Toggle"
|
||||
.icon=${this.hassio ? "hassio:menu" : "hass:menu"}
|
||||
@click=${this._toggleMenu}
|
||||
></paper-icon-button>
|
||||
|
||||
Reference in New Issue
Block a user