Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrcslv committed Oct 7, 2020
1 parent 73b8957 commit 0d28879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ <h2>Oh no!</h2>
</div>
<div class="column is-narrow">
<p v-for="a, i in active_questions">{{a[2]}}
<span v-if="game.answers[i]" class="is-size-3"> SI! <span class="icon has-text-primary"> <i class="fas fa-check"></i></span></span>
<span v-else class="is-size-3"> NO! <span class="icon has-text-danger"> <i class="fas fa-times"></i></span></span>
<!-- <span v-if="game.answers[i]" class="is-size-3"> SI! <span class="icon has-text-primary"> <i class="fas fa-check"></i></span></span>
<span v-else class="is-size-3"> NO! <span class="icon has-text-danger"> <i class="fas fa-times"></i></span></span> -->
</p>
</div>
</div>
Expand Down

0 comments on commit 0d28879

Please sign in to comment.