Skip to content

Commit

Permalink
att placar dos jogos do dia 01/12 e jogos oitavas
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielovski committed Dec 1, 2022
1 parent a02f523 commit 1cc5a97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ document.querySelector("#cards").innerHTML =
createCard(
"01/12",
"quinta",
createGame("croácia", "12:00", "bélgica") +
createGame("marrocos", "12:00", "canadá") +
createGame("costa rica", "16:00", "alemanha") +
createGame("japão", "16:00", "espanha"),
createGame("croácia", "0 x 0", "bélgica") +
createGame("canadá", "1 x 2", "marrocos") +
createGame("costa rica", "2 x 4", "alemanha") +
createGame("japão", "2 x 1", "espanha"),
"próximos jogos"
) +
createCard(
Expand Down
8 changes: 4 additions & 4 deletions scripts/oitavas.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ document.querySelector("#cards").innerHTML =
createCard(
"05/12",
"segunda",
createGame("a confirmar", "12:00", "a confirmar") +
createGame("japão", "12:00", "croácia") +
createGame("a confirmar", "16:00", "a confirmar"),
"a confirmar"
"próximos jogos"
) +
createCard(
"06/12",
"terça",
createGame("a confirmar", "12:00", "a confirmar") +
createGame("marrocos", "12:00", "espanha") +
createGame("a confirmar", "16:00", "a confirmar"),
"a confirmar"
"próximos jogos"
)

1 comment on commit 1cc5a97

@vercel
Copy link

@vercel vercel bot commented on 1cc5a97 Dec 1, 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.