fix(core): update
This commit is contained in:
parent
abea5942b7
commit
ef4cfb81d8
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.144',
|
||||
version: '1.0.145',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ export class DeesSpeechbubble extends DeesElement {
|
||||
return html`
|
||||
<div class="maincontainer" @click=${this.handleClick}>
|
||||
<div class="arrow"></div>
|
||||
<div class="speechbubble"><span class="wave">👋</span> Hey! We are API-driven.</div>
|
||||
<div class="speechbubble"><span class="wave">👋</span> We build with launch.sh, and you can too.</div>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
@ -144,7 +144,7 @@ export class DeesSpeechbubble extends DeesElement {
|
||||
return;
|
||||
}
|
||||
|
||||
globalThis.location.href = "https://api.global"
|
||||
globalThis.location.href = "https://launch.sh"
|
||||
}
|
||||
|
||||
public async firstUpdated() {
|
||||
|
Loading…
Reference in New Issue
Block a user