Make buttons change the cursor when hovering
This commit is contained in:
parent
2a8fc17bfc
commit
bc94ea898f
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue