Skip to content

Commit

Permalink
Fixed reference to wrong filename for Montana secondary shield
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengor authored and 1ec5 committed Mar 18, 2022
1 parent 5b76cc3 commit 11b1b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export function loadShields(shieldImages) {

shields["US:MT"] = roundedRectShield("white", "black", "black", 1, 1);
shields["US:MT:secondary"] = {
backgroundImage: shieldImages.shield40_us_mt_taller,
backgroundImage: shieldImages.shield40_us_mt_secondary,
textColor: "black",
padding: {
left: 2,
Expand Down

0 comments on commit 11b1b20

Please sign in to comment.