fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-06 17:50:51 +02:00
parent 6740b85595
commit cc39851560
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link_private/webwidget',
version: '1.0.76',
version: '1.0.77',
description: 'the webwidget for public use of uptimelink'
}

View File

@ -12,7 +12,7 @@ export interface IOptions_UptimeLinkWindowLayer {
blur: boolean;
}
@customElement('dees-windowlayer')
@customElement('uptimelink-windowlayer')
export class UptimelinkWindowLayer extends DeesElement {
// STATIC
public static demo = () => html`<uptimelink-windowlayer></uptimelink-windowlayer>`;