diff --git a/tp-avatar.js b/tp-avatar.js index 5e2cd9b..1f0a7bd 100644 --- a/tp-avatar.js +++ b/tp-avatar.js @@ -8,7 +8,7 @@ import '@tp/tp-icon/tp-icon.js'; import { LitElement, html, css, svg } from 'lit'; import { classMap } from 'lit/directives/class-map.js'; -class EfAvatar extends LitElement { +class TpAvatar extends LitElement { static get styles() { return [ css` @@ -60,7 +60,7 @@ class EfAvatar extends LitElement { return html`
- + `; } @@ -125,4 +125,4 @@ class EfAvatar extends LitElement { } } -window.customElements.define('ef-avatar', EfAvatar); +window.customElements.define('tp-avatar', TpAvatar);