Refactor button box code a bit, and fix color of copy game link icon
This commit is contained in:
parent
e8bfdaaa30
commit
74bb200f8f
5 changed files with 64 additions and 59 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue