diff --git a/web-plugin/index.js b/web-plugin/index.js index 967bd30..41a568b 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -191,7 +191,7 @@ function addButton() { const config = document.createElement("button"); config.textContent = "Config"; - config.className = "configbtn"; + deploy.className = "sharebtn"; config.onclick = () => { configDialog.show(); };