Get rid of team labels on main board
This commit is contained in:
parent
28d59dbed9
commit
d93045e65d
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue