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.
@@ -1083,7 +1083,8 @@ var ContentHomePage = function ContentHomePage(_ref) {
1083
1083
  md: 12,
1084
1084
  className: styles["student-image"] + " d-flex justify-content-end mt-5"
1085
1085
  }, React.createElement("a", {
1086
- href: "https://cert.privo.com/#/companies/marioFrameworkLlc"
1086
+ href: "https://cert.privo.com/#/companies/marioFrameworkLlc",
1087
+ target: "blank"
1087
1088
  }, React.createElement(IconContent, {
1088
1089
  srcIcon: "/images/STUDENT.png",
1089
1090
  content: ""
@@ -1426,7 +1427,7 @@ var TheHeader = function TheHeader() {
1426
1427
  style: {
1427
1428
  color: '#000'
1428
1429
  },
1429
- href: 'https://marioframework.com/privacy-policy',
1430
+ href: '/privacy-policy',
1430
1431
  target: "blank"
1431
1432
  }, "Privacy Policy"), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, null)));
1432
1433
  };