Skip to content

Commit

Permalink
added cs:go teams images
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikic committed Mar 22, 2023
1 parent 52d1578 commit 51a5f6a
Show file tree
Hide file tree
Showing 34 changed files with 8 additions and 5 deletions.
Binary file added public/logos/CS GO/00nation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/astralis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/atk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/cloud-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/complexity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/ence-esports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/eternal-fire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/evil-geniuses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/faze-clan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/fnatic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/forze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/furia-esports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/g2-esports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/grayhound.rivalry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/heroic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/ihc-esports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/imperial-sportsbet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/mibr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/mouz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/movistar-riders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/natus-vincere.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/ninjas-in-pyjamas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/outsiders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/CS GO/pain-gaming.png
Binary file added public/logos/CS GO/rare-atom.png
Binary file added public/logos/CS GO/rooster.png
Binary file added public/logos/CS GO/saw.png
Binary file added public/logos/CS GO/team-liquid.png
Binary file added public/logos/CS GO/team-spirit.png
Binary file added public/logos/CS GO/team-vitality.png
8 changes: 4 additions & 4 deletions src/constants/tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ export const TAGS_LIST: Tags = [
},
{
id: 18977,
label: 'CS:GO',
logo: `/logos/Tennis/atp.png`,
label: 'CS GO',
logo: `/logos/csgo/csgo.png`,
logoClass: 'icon-league league--atp',
favourite: false,
hidden: false,
Expand All @@ -202,7 +202,7 @@ export const TAGS_LIST: Tags = [
{
id: 18983,
label: 'DOTA 2',
logo: `/logos/Tennis/atp.png`,
logo: `/logos/dota2/dota2.png`,
logoClass: 'icon-league league--atp',
favourite: false,
hidden: false,
Expand All @@ -211,7 +211,7 @@ export const TAGS_LIST: Tags = [
{
id: 19138,
label: 'LOL',
logo: `/logos/Tennis/atp.png`,
logo: `/logos/lol/lol.png`,
logoClass: 'icon-league league--atp',
favourite: false,
hidden: false,
Expand Down
5 changes: 4 additions & 1 deletion src/utils/images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ export const getTeamImageSource = (team: string, leagueTag: number) =>
leagueTag == 9001 ||
leagueTag == 9101 ||
leagueTag == 9017 ||
leagueTag == 9018
leagueTag == 9018 ||
leagueTag == 18977 ||
leagueTag == 18983 ||
leagueTag == 19138
? `/logos/${TAGS_LIST.find((t) => t.id == leagueTag)?.label}/${team
.trim()
.replaceAll(' ', '-')
Expand Down

0 comments on commit 51a5f6a

Please sign in to comment.