0
0
Fork 0

Get rid of team labels on main board

This commit is contained in:
Oliver-Akins 2021-03-19 19:36:32 -06:00
parent 28d59dbed9
commit d93045e65d

View file

@ -1,7 +1,6 @@
<template> <template>
<div id="GameBoard"> <div id="GameBoard">
<div id="other-team-answers" class="team-container"> <div id="other-team-answers" class="team-container">
<h2 class="centre">{{ $store.getters.otherTeamName }} Answers</h2>
<div class="answer-container"> <div class="answer-container">
<!-- <!--
Repeats to create the number of team answers that we need, Repeats to create the number of team answers that we need,
@ -47,7 +46,6 @@
</div> </div>
</div> </div>
<div id="team-answers" class="team-container"> <div id="team-answers" class="team-container">
<h2 class="centre">{{ $store.getters.teamName }} Answers</h2>
<div class="answer-container"> <div class="answer-container">
<!-- <!--
This repeats to create the volume oftext inputs that we need, This repeats to create the volume oftext inputs that we need,