From 8f57647c852002131ce6f5ae6351f33021b92546 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 7 Dec 2022 14:54:40 +0100 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-speechbubble.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 28b04e3..1742678 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-catalog', - version: '1.0.104', + version: '1.0.105', description: 'website for lossless.com' } diff --git a/ts_web/elements/dees-speechbubble.ts b/ts_web/elements/dees-speechbubble.ts index c76831b..7296eab 100644 --- a/ts_web/elements/dees-speechbubble.ts +++ b/ts_web/elements/dees-speechbubble.ts @@ -134,7 +134,7 @@ export class DeesSpeechbubble extends DeesElement { return html`
-
👋 Hey! We are consulting.
+
👋 Hey! We are API-driven.
`; } @@ -144,7 +144,7 @@ export class DeesSpeechbubble extends DeesElement { return; } - globalThis.location.href = "https://lossless.consulting" + globalThis.location.href = "https://api.global" } public async firstUpdated() {