diff --git a/components.js b/components.js
index a29093c..76da63c 100644
--- a/components.js
+++ b/components.js
@@ -1,11 +1,12 @@
/*jshint esversion: 6 */
-const smCopy = document.createElement("template"); smCopy.innerHTML = '\n\n\n', customElements.define("sm-copy", class extends HTMLElement { constructor() { super(), this.attachShadow({ mode: "open" }).append(smCopy.content.cloneNode(!0)), this.copyContent = this.shadowRoot.querySelector(".copy-content"), this.copyButton = this.shadowRoot.querySelector(".copy-button"), this.copy = this.copy.bind(this) } static get observedAttributes() { return ["value"] } set value(n) { this.setAttribute("value", n) } get value() { return this.getAttribute("value") } fireEvent() { this.dispatchEvent(new CustomEvent("copy", { composed: !0, bubbles: !0, cancelable: !0 })) } copy() { navigator.clipboard.writeText(this.copyContent.textContent).then(n => this.fireEvent()).catch(n => console.error(n)) } connectedCallback() { this.copyButton.addEventListener("click", this.copy) } attributeChangedCallback(n, t, o) { "value" === n && (this.copyContent.textContent = o) } disconnectedCallback() { this.copyButton.removeEventListener("click", this.copy) } });
-const smForm = document.createElement("template"); smForm.innerHTML = '\n \n
Balance and transactions will appear here
@@ -153,17 +153,15 @@
Fees
-
- Suggested
-
- Custom
-
+
+ Suggested
+ Custom
+
+
+
+
+
Fees will be calculated when above form is properly filled
-
Estimated time of confirmation is 1hr
-
-
-