Add zap button to video modal

This commit is contained in:
thePR0M3TH3AN
2025-09-25 20:16:05 -04:00
parent 069fcb1b7f
commit 27e45f56b5
2 changed files with 20 additions and 0 deletions

View File

@@ -51,6 +51,19 @@
class="icon-image"
/>
</button>
<!-- Zap Button (circular) -->
<button
id="modalZapBtn"
type="button"
class="icon-button"
aria-label="Send a zap"
>
<img
src="assets/svg/lightning-bolt.svg"
alt="Zap"
class="icon-image"
/>
</button>
<!-- Share Button (circular) -->
<button id="shareBtn" class="icon-button">
<img