Skip to content

Commit

Permalink
att placar dos jogos do dia 05/12 e jogos quartas
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielovski committed Dec 5, 2022
1 parent 1f4e4ca commit f37c755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/oitavas.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ document.querySelector("#cards").innerHTML =
createCard(
"05/12",
"segunda",
createGame("japão", "12:00", "croácia") +
createGame("brasil", "16:00", "coreia do sul"),
"próximos jogos"
createGame("japão", "1 x 2", "croácia") +
createGame("brasil", "4 x 1", "coreia do sul"),
"encerrados"
) +
createCard(
"06/12",
Expand Down
4 changes: 2 additions & 2 deletions scripts/quartas.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ document.querySelector("#cards").innerHTML =
createCard(
"09/12",
"sexta",
createGame("a confirmar", "12:00", "a confirmar") +
createGame("croácia", "12:00", "brasil") +
createGame("holanda", "16:00", "argentina"),
"a confirmar"
"próximos jogos"
) +
createCard(
"10/12",
Expand Down

1 comment on commit f37c755

@vercel
Copy link

@vercel vercel bot commented on f37c755 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.