mario-core 2.5.9 → 2.6.0
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1245,7 +1245,7 @@ var ContentHomePage = function ContentHomePage(_ref) {
|
|
|
1245
1245
|
|
|
1246
1246
|
var HOME_ADMIN = "/admin/user";
|
|
1247
1247
|
var HOME_TEACHER = "/home";
|
|
1248
|
-
var HOME_STUDENT = "/
|
|
1248
|
+
var HOME_STUDENT = "/home";
|
|
1249
1249
|
var DASHBOARD_TITLE = "Dashboard";
|
|
1250
1250
|
var ROOT_TITLE = "Mario Framework";
|
|
1251
1251
|
|