mario-core 2.9.4-beta → 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 +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
|
@@ -384,7 +384,7 @@ var useLogin = function useLogin() {
|
|
|
384
384
|
history.push(HOMEPAGE_DISTRICT);
|
|
385
385
|
} else if (roles.includes("Admin")) {
|
|
386
386
|
history.push(HOMEPAGE_ADMIN);
|
|
387
|
-
} else if (roles.includes("Teacher")
|
|
387
|
+
} else if (roles.includes("Teacher")) {
|
|
388
388
|
history.push(HOMEPAGE_TEACHER);
|
|
389
389
|
} else if (roles.includes("Student")) {
|
|
390
390
|
history.push(HOMEPAGE_STUDENT);
|
|
@@ -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
|
};
|