diff --git a/logos.js b/logos.js index 44281fe..4fb8fa9 100644 --- a/logos.js +++ b/logos.js @@ -17,6 +17,8 @@ teams = [ ["TEX", "texpistols.png", "El Paso Tex Pistols"], ["PWH", "pistol.png", "El Paso Pistol Whip-Hers"], ["MT", "minorthreat.png", "Minor Threat"], + ["CCR", "choicecity.png", "Choice City Rebels"], + ["DIA", "dia.png", "Derby Intelligence Agency"], ]; teams.sort(); diff --git a/logos/choicecity.png b/logos/choicecity.png new file mode 100644 index 0000000..f9e205f Binary files /dev/null and b/logos/choicecity.png differ diff --git a/logos/dia.png b/logos/dia.png new file mode 100644 index 0000000..d574084 Binary files /dev/null and b/logos/dia.png differ