Refactor button box code a bit, and fix color of copy game link icon

This commit is contained in:
sepia 2025-07-23 15:03:19 -05:00
parent e8bfdaaa30
commit 74bb200f8f
5 changed files with 64 additions and 59 deletions

View file

@ -24,11 +24,9 @@
</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"
/>
<svg class="icon" alt="Copy">
<use href="/icons/clipboard-copy.svg"></use>
</svg>
<span id="copy-link-text">Click to copy game link!</span>
</button>
</div>