Browse Source

Change headings for points;

feature/split
Nero Ignis 5 years ago
parent
commit
c403c7253c
  1. 4
      index.htm

4
index.htm

@ -72,9 +72,7 @@
<div class="col-md-12 hand"> <div class="col-md-12 hand">
<h4> <h4>
Hand Hand
(Points: ({{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore }})
{{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore
}})
</h4> </h4>
<div class="row"> <div class="row">

Loading…
Cancel
Save