0
0
Fork 0

Make spirits see the buttons at end of the game

This commit is contained in:
Oliver-Akins 2021-01-23 12:34:48 -07:00
parent 94f018bf60
commit 865c454589

View file

@ -1,9 +1,6 @@
<template> <template>
<div id="PlayerHand"> <div id="PlayerHand">
<div class="flex-center" v-if="mostRecentQuestion"> <div class="flex-center" v-if="gameOver">
{{ mostRecentQuestion }}
</div>
<div class="flex-center" v-else-if="gameOver">
<a <a
v-if="$store.state.survey_link" v-if="$store.state.survey_link"
:href="$store.state.survey_link" :href="$store.state.survey_link"
@ -21,6 +18,9 @@
Go to Lobby Go to Lobby
</button> </button>
</div> </div>
<div class="flex-center" v-else-if="mostRecentQuestion">
{{ mostRecentQuestion }}
</div>
<div class="hand" v-else> <div class="hand" v-else>
<div <div
class="card" class="card"