acsi-core 0.1.86 → 0.1.87
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1482,11 +1482,11 @@ var BlockLogin = function BlockLogin(_ref) {
|
|
|
1482
1482
|
color: "#A6A6AD"
|
|
1483
1483
|
}
|
|
1484
1484
|
}, "By signing in, you agree to our ", React__default.createElement("a", {
|
|
1485
|
-
href:
|
|
1485
|
+
href: "/terms",
|
|
1486
1486
|
target: "_blank",
|
|
1487
1487
|
rel: "noopener noreferrer"
|
|
1488
1488
|
}, "Terms"), " & ", React__default.createElement("a", {
|
|
1489
|
-
href:
|
|
1489
|
+
href: "/privacy",
|
|
1490
1490
|
target: "_blank",
|
|
1491
1491
|
rel: "noopener noreferrer"
|
|
1492
1492
|
}, "Privacy Policy"))))), role != "Admin" && role != 'LandingPage' && React__default.createElement(reactstrap.Col, {
|