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.
@@ -1585,7 +1585,14 @@ var TheHeader = function TheHeader() {
1585
1585
  className: styles["header-logo"]
1586
1586
  })), React.createElement(CHeaderNav, {
1587
1587
  className: "pr-3"
1588
- }, !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, null)));
1588
+ }, React.createElement("a", {
1589
+ className: "mr-3",
1590
+ style: {
1591
+ color: '#000'
1592
+ },
1593
+ href: 'https://marioframework.com/mario-for-me-privacy-policy/',
1594
+ target: "blank"
1595
+ }, "Privacy Policy"), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, null)));
1589
1596
  };
1590
1597
 
1591
1598
  var TITLE$3 = "Not found";