diff --git a/components/video-modal.html b/components/video-modal.html index 5b08e61a..56df5588 100644 --- a/components/video-modal.html +++ b/components/video-modal.html @@ -51,6 +51,19 @@ class="icon-image" /> + + + + this.showError("Failed to copy the link.")); }); } + if (this.modalZapBtn) { + this.modalZapBtn.addEventListener("click", () => { + window.alert("Zaps coming soon."); + }); + } // Add click handlers for avatar and name => channel profile if (this.creatorAvatar) {