fix(core): update
This commit is contained in:
@ -120,7 +120,7 @@ export class DeesIcon extends DeesElement {
|
||||
`;
|
||||
}
|
||||
|
||||
firstUpdated() {
|
||||
public async firstUpdated() {
|
||||
if (this.brandName && !this.iconName) {
|
||||
this.shadowRoot.querySelector('#iconContainer').innerHTML = icon(
|
||||
faIcons[this.brandName]
|
||||
|
Reference in New Issue
Block a user