Fix demo name

This commit is contained in:
Paulus Schoutsen 2020-03-07 21:53:40 -08:00
parent 4a0fc3e087
commit 56bfa01c56

View File

@ -71,7 +71,7 @@ const CONFIGS = [
}, },
]; ];
class DemoHuiMediaPlayerCard extends PolymerElement { class DemoHuiMediControlCard extends PolymerElement {
static get template() { static get template() {
return html` return html`
<demo-cards <demo-cards
@ -99,4 +99,4 @@ class DemoHuiMediaPlayerCard extends PolymerElement {
} }
} }
customElements.define("demo-hui-media-player-card", DemoHuiMediaPlayerCard); customElements.define("demo-hui-media-control-card", DemoHuiMediControlCard);