mario-core 2.9.368-release → 2.9.369-release
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
|
@@ -39764,7 +39764,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
39764
39764
|
className: styles["login"] + " " + styles["red-background"] + " position-relative"
|
|
39765
39765
|
}, React__default.createElement("span", {
|
|
39766
39766
|
className: "" + styles["version-prod"]
|
|
39767
|
-
}, version), React__default.createElement(BlockBackground, {
|
|
39767
|
+
}, "v " + version), React__default.createElement(BlockBackground, {
|
|
39768
39768
|
data: BG_IMAGES
|
|
39769
39769
|
}), React__default.createElement("div", {
|
|
39770
39770
|
className: "" + styles["login-content"]
|