feat: move shots bar between team rows for cleaner layout
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
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:53:40 -04:00
parent 1394b21fb3
commit 889f429dc6
2 changed files with 6 additions and 2 deletions

View File

@@ -60,8 +60,8 @@ function renderLiveGame(game) {
${dot}
</div>
${teamRow(game, 'Away', 'live')}
${teamRow(game, 'Home', 'live')}
${shots}
${teamRow(game, 'Home', 'live')}
${hype}
</div>`;
}