mario-core 2.9.55-beta → 2.9.56-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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4123,7 +4123,7 @@ var TheLanguageDropdown = function TheLanguageDropdown() {
|
|
|
4123
4123
|
display: 'flex',
|
|
4124
4124
|
alignItems: 'center'
|
|
4125
4125
|
}
|
|
4126
|
-
}, displayCurrentLang[language || "
|
|
4126
|
+
}, displayCurrentLang[language || "us"], React__default.createElement(bs.BsChevronDown, {
|
|
4127
4127
|
className: "ml-2",
|
|
4128
4128
|
style: {
|
|
4129
4129
|
fontSize: '10px'
|