Fix demo name

This commit is contained in:
Paulus Schoutsen 2020-03-07 21:53:40 -08:00
parent 4a0fc3e087
commit 56bfa01c56
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ const CONFIGS = [
},
];
class DemoHuiMediaPlayerCard extends PolymerElement {
class DemoHuiMediControlCard extends PolymerElement {
static get template() {
return html`
<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);