Skip to content

Commit

Permalink
Fix IGL Logos
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Jul 8, 2020
1 parent 89abca6 commit d9bf800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func GetTeamInfo(url string, c chan []Team) {
team.Name = t.FormattedName
team.Tier = int(t.Tier)
team.Div = int(t.Div)
if team.Img != "" {
if t.Logo != "" {
team.Img = t.Logo
} else {
team.Img = KQBAvatarImage
Expand Down

0 comments on commit d9bf800

Please sign in to comment.