This commit is contained in:
sepia 2025-07-20 17:44:21 -05:00
parent 2aa8ee78a9
commit 7cbeef6482
6 changed files with 114 additions and 78 deletions

View file

@ -24,7 +24,11 @@
</div>
<div id="game-link-container">
<button id="copy-link-button" onclick="copyGameLink()">
<img src="/icons/clipboard-copy.svg" alt="Copy Game Link" class="icon" />
<img
src="/icons/clipboard-copy.svg"
alt="Copy Game Link"
class="icon"
/>
<span id="copy-link-text">Click to copy game link!</span>
</button>
</div>