improve copy link

This commit is contained in:
Mashy 2019-10-20 17:31:37 +10:00
parent 487bca473e
commit fe177df80a
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@
* proper victory / lose page instead of just face off (you are the winner or something) * proper victory / lose page instead of just face off (you are the winner or something)
* vbox phase skill list navigator (overlay maybe?) * vbox phase skill list navigator (overlay maybe?)
* clear active mtx after joining game
* mobile styles * mobile styles
* mobile info page * mobile info page

View File

@ -121,7 +121,7 @@ function JoinButtons(args) {
class='pvp ready enabled' class='pvp ready enabled'
onClick={copyClick} onClick={copyClick}
type="submit"> type="submit">
Copy Link Copy <p> &#x1F517; </p>
</button> </button>
); );
}; };