diff --git a/src/views/LobbyView.vue b/src/views/LobbyView.vue index 2e63128..f5ccfca 100644 --- a/src/views/LobbyView.vue +++ b/src/views/LobbyView.vue @@ -29,7 +29,6 @@ const ready = () => { if (game.mode == 'single') useBotStore().generate() if (board.isAllItemsReady(game.player.items)) game.ready() } - const copyJoinLink = async () => { try { await navigator.clipboard.writeText(window.location.origin + '/join/' + game.id); @@ -71,7 +70,7 @@ onBeforeUnmount(() => {
- +