@mtgame/core 0.0.69 → 0.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1084,6 +1084,9 @@
1084
1084
  if (this.sport.isFootball()) {
1085
1085
  classList.push('empty-logo-football');
1086
1086
  }
1087
+ if (this.sport.isHandball()) {
1088
+ classList.push('empty-logo-handball');
1089
+ }
1087
1090
  return classList.join(' ');
1088
1091
  };
1089
1092
  Team.toFront = function (data) {