diff --git a/logos.js b/logos.js index b5896b7..44281fe 100644 --- a/logos.js +++ b/logos.js @@ -16,6 +16,7 @@ teams = [ ["DD", "doomsdames.png", "Albuquerque Doomsdames"], ["TEX", "texpistols.png", "El Paso Tex Pistols"], ["PWH", "pistol.png", "El Paso Pistol Whip-Hers"], + ["MT", "minorthreat.png", "Minor Threat"], ]; teams.sort(); diff --git a/logos/minorthreat.png b/logos/minorthreat.png new file mode 100644 index 0000000..aac503c Binary files /dev/null and b/logos/minorthreat.png differ