Skip to content

Commit

Permalink
fix: rearrange lobby buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfost committed Feb 9, 2023
1 parent 801a5df commit aeae191
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions client/src/components/lobby/LobbyRoomList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
>
<h4>Join Existing Room</h4>
</b-button>
<b-button size="lg"
variant="warning"
class="w-100 mb-3"
@click.once="$emit('startSoloWithBots')"
:disabled="isBanned"
>
<h4>Play vs Bots</h4>
</b-button>
<b-button size="lg"
variant="success"
class="w-100 mb-3"
Expand All @@ -66,12 +58,12 @@
<h4>Create Room</h4>
</b-button>
<b-button size="lg"
variant="discord"
variant="warning"
class="w-100 mb-3"
target="_blank"
:href="constants.DISCORD_URL"
@click.once="$emit('startSoloWithBots')"
:disabled="isBanned"
>
<h4>Join the Discord</h4>
<h4>Play vs Bots</h4>
</b-button>
<MuteBanWarning class="mt-3"></MuteBanWarning>
</div>
Expand Down

0 comments on commit aeae191

Please sign in to comment.