mario-core 2.7.8 → 2.7.9
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 +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +8 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1588,7 +1588,14 @@ var TheHeader = function TheHeader() {
|
|
|
1588
1588
|
className: styles["header-logo"]
|
|
1589
1589
|
})), React__default.createElement(react.CHeaderNav, {
|
|
1590
1590
|
className: "pr-3"
|
|
1591
|
-
},
|
|
1591
|
+
}, React__default.createElement("a", {
|
|
1592
|
+
className: "mr-3",
|
|
1593
|
+
style: {
|
|
1594
|
+
color: '#000'
|
|
1595
|
+
},
|
|
1596
|
+
href: 'https://marioframework.com/mario-for-me-privacy-policy/',
|
|
1597
|
+
target: "blank"
|
|
1598
|
+
}, "Privacy Policy"), !isDistrict && React__default.createElement(NotificationButton, null), React__default.createElement(TheHeaderDropdown, null)));
|
|
1592
1599
|
};
|
|
1593
1600
|
|
|
1594
1601
|
var TITLE$3 = "Not found";
|