fix(core): update
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-catalog',
|
name: '@designestate/dees-catalog',
|
||||||
version: '1.0.108',
|
version: '1.0.109',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@@ -120,7 +120,7 @@ export class DeesIcon extends DeesElement {
|
|||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
firstUpdated() {
|
public async firstUpdated() {
|
||||||
if (this.brandName && !this.iconName) {
|
if (this.brandName && !this.iconName) {
|
||||||
this.shadowRoot.querySelector('#iconContainer').innerHTML = icon(
|
this.shadowRoot.querySelector('#iconContainer').innerHTML = icon(
|
||||||
faIcons[this.brandName]
|
faIcons[this.brandName]
|
||||||
|
Reference in New Issue
Block a user