1
0
forked from noxious/client

More styling cleanup, tweaked login btns

This commit is contained in:
2024-06-09 22:59:08 +02:00
parent ef13f22e6e
commit 9ff5fa3a84
4 changed files with 3 additions and 6 deletions

View File

@ -14,7 +14,7 @@
</div>
</div>
<div class="row-buttons">
<button class="button btn-cyan" type="submit"><span>LOGIN</span></button>
<button class="button btn-cyan" type="submit"><span>PLAY</span></button>
<button class="button btn-cyan" type="button" @click.prevent="registerFunc"><span>REGISTER</span></button>
<button class="button btn-cyan"><span>CREDITS</span></button>
</div>