Skip to content

Commit

Permalink
add 2 semicolins
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Jun 20, 2024
1 parent dcfa8ea commit c06beae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ function getOPR() {
.then(response => {
var team0 = response.data.data.upcoming["0"]["teams"]["0"]["tag"];
var team1 = response.data.data.upcoming["0"]["teams"]["1"]["tag"];
document.getElementById("team0").innerHTML = team0
document.getElementById("team1").innerHTML = team1
document.getElementById("team0").innerHTML = team0;
document.getElementById("team1").innerHTML = team1;
})}
</script>

Expand Down

0 comments on commit c06beae

Please sign in to comment.