diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue
index b3bac03..706103a 100644
--- a/web/src/components/GameBoard.vue
+++ b/web/src/components/GameBoard.vue
@@ -3,126 +3,18 @@
{{ $store.getters.otherTeamName }} Answers
-
-
-
+
+
+
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[1] }} x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[2] }}x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[3] }} x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[4] }} x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[5] }} x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[6] }} x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[7] }} x
-
-
-
-
-
-
-
-
- {{ $store.state[`team_${3 - $store.state.team}`].eyes[8] }} x
+ {{ $store.state[`team_${3 - $store.state.team}`].eyes[answerIndex] }} x
{{ $store.getters.teamName }} Answers
-
+
-
-
-
-
-
- x {{ $store.state[`team_${$store.state.team}`].eyes[2] }}
-
-
-
-
-
-
-
-
- x {{ $store.state[`team_${$store.state.team}`].eyes[3] }}
-
-
-
-
-
-
-
-
- x {{ $store.state[`team_${$store.state.team}`].eyes[4] }}
-
-
-
-
-
-
-
-
- x {{ $store.state[`team_${$store.state.team}`].eyes[5] }}
-
-
-
-
-
-
-
-
- x {{ $store.state[`team_${$store.state.team}`].eyes[6] }}
-
-
-
-
-
-
-
-
- x {{ $store.state[`team_${$store.state.team}`].eyes[7] }}
-
-
-
-