Skip to content

Commit 9ef49a7

Browse files
committed
Move game state below score again
1 parent a831b7c commit 9ef49a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/MatchStatus.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<div>
44
<div class="stage">{{stage}}</div>
55

6+
<span class="score">
7+
{{refereeMessage.yellow.score}} : {{refereeMessage.blue.score}}
8+
</span>
9+
610
<div class="command" :class="{'team-yellow': commandForYellow, 'team-blue': commandForBlue}">
711
{{gameState}}
812
<span v-if="isBallPlacement">
9-
(<span v-format-us-duration="remainingTime"></span>)
10-
</span>
13+
(<span v-format-us-duration="remainingTime"></span>)
14+
</span>
1115
</div>
1216

13-
<span class="score">
14-
{{refereeMessage.yellow.score}} : {{refereeMessage.blue.score}}
15-
</span>
16-
1717
<hr class="separator"/>
1818

1919
<PowerPlay/>

0 commit comments

Comments
 (0)