Skip to content

Commit

Permalink
Remove poorly-attested orange shield for Jalisco
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Jun 13, 2024
1 parent 3bc73e6 commit 26f09bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
4 changes: 0 additions & 4 deletions icons/shield_mx_jal_2.svg

This file was deleted.

4 changes: 0 additions & 4 deletions icons/shield_mx_jal_3.svg

This file was deleted.

11 changes: 1 addition & 10 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ export function loadShields() {
"GTO",
"GRO",
"HGO",
"JAL",
// FIXME missing State of Mexico
"MICH",
"MOR",
Expand Down Expand Up @@ -590,16 +591,6 @@ export function loadShields() {
},
})
);
shields["MX:JAL"] = {
spriteBlank: ["shield_mx_jal_2", "shield_mx_jal_3"],
textColor: Color.shields.black,
padding: {
left: 2,
right: 2,
top: 5.5,
bottom: 4.5,
},
};

// United States

Expand Down

0 comments on commit 26f09bd

Please sign in to comment.