From 0a54de3e599d3b254c092976f71f1ad55fee077d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 7 Jan 2023 13:27:24 +0100 Subject: [PATCH] fix(core): update --- html/index.html | 17 +++++------------ package.json | 2 +- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-icon.ts | 29 ++++++++++++----------------- 4 files changed, 19 insertions(+), 31 deletions(-) diff --git a/html/index.html b/html/index.html index 3b975cb..80f437d 100644 --- a/html/index.html +++ b/html/index.html @@ -10,18 +10,11 @@ /> - - - - - + + + + + - ${this.iconName ? html`${this.iconName}` : html``} + ${this.iconName + ? html` + + ${this.iconName} + ` + : html``} ${this.brandName ? html`
` : html``} `; }