From c403c7253cacd5f66d5d287dd3606d23fae355bf Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 3 Sep 2020 22:20:02 +0200 Subject: [PATCH] Change headings for points; --- index.htm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.htm b/index.htm index d964c5a..6c23644 100644 --- a/index.htm +++ b/index.htm @@ -72,9 +72,7 @@

Hand - (Points: - {{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore - }}) + ({{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore }})