0
0
Fork 0

Make buttons change the cursor when hovering

This commit is contained in:
Oliver-Akins 2021-03-27 12:30:40 -06:00
parent 2a8fc17bfc
commit bc94ea898f

View file

@ -10,9 +10,11 @@
</a> </a>
</div> </div>
<button <button
class="clickable"
@click.stop="createGame()" @click.stop="createGame()"
>Create Game</button> >Create Game</button>
<button <button
class="clickable"
@click.stop="joinGame()" @click.stop="joinGame()"
>Join Game</button> >Join Game</button>
</div> </div>