mario-core 2.9.6 → 2.9.7
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +94 -94
package/dist/index.js
CHANGED
|
@@ -1086,7 +1086,8 @@ var ContentHomePage = function ContentHomePage(_ref) {
|
|
|
1086
1086
|
md: 12,
|
|
1087
1087
|
className: styles["student-image"] + " d-flex justify-content-end mt-5"
|
|
1088
1088
|
}, React__default.createElement("a", {
|
|
1089
|
-
href: "https://cert.privo.com/#/companies/marioFrameworkLlc"
|
|
1089
|
+
href: "https://cert.privo.com/#/companies/marioFrameworkLlc",
|
|
1090
|
+
target: "blank"
|
|
1090
1091
|
}, React__default.createElement(IconContent, {
|
|
1091
1092
|
srcIcon: "/images/STUDENT.png",
|
|
1092
1093
|
content: ""
|
|
@@ -1429,7 +1430,7 @@ var TheHeader = function TheHeader() {
|
|
|
1429
1430
|
style: {
|
|
1430
1431
|
color: '#000'
|
|
1431
1432
|
},
|
|
1432
|
-
href: '
|
|
1433
|
+
href: '/privacy-policy',
|
|
1433
1434
|
target: "blank"
|
|
1434
1435
|
}, "Privacy Policy"), !isDistrict && React__default.createElement(NotificationButton, null), React__default.createElement(TheHeaderDropdown, null)));
|
|
1435
1436
|
};
|