mario-core 2.9.45-beta → 2.9.46-beta

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.
@@ -3837,21 +3837,7 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
3837
3837
  width: "30px"
3838
3838
  },
3839
3839
  src: "/images/united-kingdom.png"
3840
- })), "United Kingdom")), React.createElement(DropdownItem, {
3841
- className: styles["dropdown-change"] + " px-0 py-0 pb-2",
3842
- onClick: function onClick() {
3843
- return changeLanguageApp("us");
3844
- }
3845
- }, React.createElement("div", {
3846
- className: styles["dropdown-item-language"] + " " + styles["item-logout"] + " " + (language == "us" ? styles['dropdown-item-language-active'] : "") + " d-flex align-items-center w-100"
3847
- }, React.createElement("span", {
3848
- className: "mr-2 d-flex hover-opacity"
3849
- }, React.createElement("img", {
3850
- style: {
3851
- width: "30px"
3852
- },
3853
- src: "/images/usa.png"
3854
- })), "United States of America"))));
3840
+ })), "United Kingdom"))));
3855
3841
  };
3856
3842
 
3857
3843
  var TheHeader = function TheHeader() {