Skip to content

Commit

Permalink
Merge pull request #32 from leagueofdevs/dev
Browse files Browse the repository at this point in the history
Arrumando AGB
  • Loading branch information
jvss2 authored Jan 7, 2024
2 parents f341796 + 947fd0b commit 94f7018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const teams: Array<Team> = [
acronym: "AGB",
logoUrl: AGBLogo,
victories: 0,
loses: 3,
gamesPlayed: 3,
loses: 4,
gamesPlayed: 4,
},
{
name: "ALL BLACKS - ABK",
Expand Down

0 comments on commit 94f7018

Please sign in to comment.