Add some aria-labels for use with fastlane snapshot (#3293)

This commit is contained in:
Robbie Trencheny
2019-06-20 23:16:50 -07:00
committed by Paulus Schoutsen
parent 7002ab27c0
commit 32d9a6884f
3 changed files with 3 additions and 1 deletions

View File

@@ -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>