dot notation for path property of ha-svg-icon (#7197)

This commit is contained in:
Tomasz
2020-10-05 19:51:14 +02:00
committed by GitHub
parent 3940606167
commit 5971aee02e
41 changed files with 71 additions and 68 deletions

View File

@@ -62,7 +62,7 @@ class HaMenuButton extends LitElement {
aria-label=${this.hass.localize("ui.sidebar.sidebar_toggle")}
@click=${this._toggleMenu}
>
<ha-svg-icon path=${mdiMenu}></ha-svg-icon>
<ha-svg-icon .path=${mdiMenu}></ha-svg-icon>
</mwc-icon-button>
${hasNotifications ? html` <div class="dot"></div> ` : ""}
`;