cleanup
This commit is contained in:
@@ -61,7 +61,7 @@ function GameCtrlBtns(args) {
|
||||
if (!game) return false;
|
||||
|
||||
return (
|
||||
<div class="instance-ctrl-btns">
|
||||
<div class="game-ctrl-btns">
|
||||
<button>Chat</button>
|
||||
<button disabled={animating} onClick={sendGameSkillClear}>Clear</button>
|
||||
<button disabled={animating} class="ready" onClick={() => sendReady()}>Ready</button>
|
||||
|
||||
Reference in New Issue
Block a user