From d3a3d7103ba445e9596cbc7d48ad60807edd84d6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 3 Jun 2024 23:38:20 -0400 Subject: [PATCH] Fix tag --- src/install-button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-button.ts b/src/install-button.ts index cb99483..d0d6572 100644 --- a/src/install-button.ts +++ b/src/install-button.ts @@ -113,7 +113,7 @@ export class InstallButton extends HTMLElement { } function defineInstallButton() { - customElements.define("esp-tools-install-button", InstallButton); + customElements.define("esp-web-install-button", InstallButton); } async function polyfillWebSerial() {