fix join link

This commit is contained in:
Aleksandr Zaitsev 2024-07-21 21:01:44 +03:00
parent 54f0a3efb9
commit 0adbad651f

View File

@ -71,7 +71,7 @@ onBeforeUnmount(() => {
<div class="lobby">
<div class="lobby-buttons">
<button v-if="game.player.status == 'lobby'" class="button-lobby" @click="generate()">{{ $t("button.generate") }}</button>
<button v-if="game.player.status == 'ready'" class="button-lobby" @click="generate()">{{ $t("button.copy_link") }}</button>
<button v-if="game.player.status == 'ready'" class="button-lobby" @click="generate()">{{ $t("button.copyLink") }}</button>
<button class="button-lobby" @click="ready()">{{ game.player.status == 'ready' ? $t("button.cancel") : $t("button.ready") }}</button>
</div>
<div class="lake-border">