fix: show shots bar during intermission
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 6s
CI / Build & Push (push) Successful in 14s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 13:46:42 -04:00
parent 869a7a91b7
commit cb712245c2

View File

@@ -40,7 +40,7 @@ function renderLiveGame(game) {
const dot = running ? `<span class="live-dot"></span>` : ''; const dot = running ? `<span class="live-dot"></span>` : '';
const shots = !intermission ? shotsBar(game['Away Shots'], game['Home Shots']) : ''; const shots = shotsBar(game['Away Shots'], game['Home Shots']);
const hype = !intermission ? ` const hype = !intermission ? `
<div class="hype-meter"> <div class="hype-meter">