diff --git a/WORKLOG.md b/WORKLOG.md index 2ca377f4..7eb7271c 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -8,6 +8,9 @@ * proper victory / lose page instead of just face off (you are the winner or something) * vbox phase skill list navigator (overlay maybe?) +* clear active mtx after joining game + + * mobile styles * mobile info page diff --git a/client/src/components/play.ctrl.jsx b/client/src/components/play.ctrl.jsx index e0391b32..b5ab1c39 100644 --- a/client/src/components/play.ctrl.jsx +++ b/client/src/components/play.ctrl.jsx @@ -121,7 +121,7 @@ function JoinButtons(args) { class='pvp ready enabled' onClick={copyClick} type="submit"> - Copy Link + Copy
🔗
); };