fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-07 13:41:24 +01:00
parent 9c9bd4a180
commit 93c73c36c8
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.108',
version: '1.0.109',
description: 'website for lossless.com'
}

View File

@ -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]