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>
</div>
<button
class="clickable"
@click.stop="createGame()"
>Create Game</button>
<button
class="clickable"
@click.stop="joinGame()"
>Join Game</button>
</div>