mario-core 2.9.2 → 2.9.4
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +94 -94
- package/dist/containers/Login/views/block/blockForgetPass.d.ts +0 -7
- package/dist/containers/Notifications/components/NotificationList.d.ts +0 -7
package/dist/index.js
CHANGED
|
@@ -528,7 +528,7 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
528
528
|
to: "/forgot-password",
|
|
529
529
|
className: "" + styles["link-to-login"]
|
|
530
530
|
}, "Forgot password?"), React__default.createElement("a", {
|
|
531
|
-
href: "/
|
|
531
|
+
href: "/privacy-policy/",
|
|
532
532
|
target: "blank",
|
|
533
533
|
className: "" + styles["link-to-login"]
|
|
534
534
|
}, "Privacy Policy"))))), React__default.createElement(reactstrap.Col, {
|
|
@@ -769,7 +769,7 @@ var BlockForgetPassword = function BlockForgetPassword() {
|
|
|
769
769
|
to: "/login",
|
|
770
770
|
className: "" + styles["link-to-login"]
|
|
771
771
|
}, "Return to login"), React__default.createElement("a", {
|
|
772
|
-
href: "/
|
|
772
|
+
href: "/privacy-policy",
|
|
773
773
|
target: "blank",
|
|
774
774
|
className: "" + styles["link-to-login"]
|
|
775
775
|
}, "Privacy Policy"))))), React__default.createElement(reactstrap.Col, {
|
|
@@ -881,7 +881,7 @@ var BlockResetPassword = function BlockResetPassword() {
|
|
|
881
881
|
to: "/login",
|
|
882
882
|
className: "" + styles["link-to-login"]
|
|
883
883
|
}, "Return to login"), React__default.createElement("a", {
|
|
884
|
-
href: "/
|
|
884
|
+
href: "/privacy-policy/",
|
|
885
885
|
target: "blank",
|
|
886
886
|
className: "" + styles["link-to-login"]
|
|
887
887
|
}, "Privacy Policy"))))), React__default.createElement(reactstrap.Col, {
|
|
@@ -1104,7 +1104,7 @@ var Dashboard = function Dashboard() {
|
|
|
1104
1104
|
className: styles["nav-home"] + " d-flex w-100"
|
|
1105
1105
|
}, React__default.createElement("a", {
|
|
1106
1106
|
className: styles["learn-more"] + " align-self-lg-center",
|
|
1107
|
-
href: "/
|
|
1107
|
+
href: "/privacy-policy",
|
|
1108
1108
|
target: "blank"
|
|
1109
1109
|
}, "Privacy Policy"), React__default.createElement(reactRouterDom.Link, {
|
|
1110
1110
|
className: styles["contact"] + " align-self-lg-center",
|
|
@@ -1421,7 +1421,7 @@ var TheHeader = function TheHeader() {
|
|
|
1421
1421
|
style: {
|
|
1422
1422
|
color: '#000'
|
|
1423
1423
|
},
|
|
1424
|
-
href: 'https://marioframework.com/
|
|
1424
|
+
href: 'https://marioframework.com/privacy-policy',
|
|
1425
1425
|
target: "blank"
|
|
1426
1426
|
}, "Privacy Policy"), !isDistrict && React__default.createElement(NotificationButton, null), React__default.createElement(TheHeaderDropdown, null)));
|
|
1427
1427
|
};
|