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.modern.js
CHANGED
|
@@ -1242,7 +1242,7 @@ var ContentHomePage = function ContentHomePage(_ref) {
|
|
|
1242
1242
|
|
|
1243
1243
|
var HOME_ADMIN = "/admin/user";
|
|
1244
1244
|
var HOME_TEACHER = "/home";
|
|
1245
|
-
var HOME_STUDENT = "/
|
|
1245
|
+
var HOME_STUDENT = "/home";
|
|
1246
1246
|
var DASHBOARD_TITLE = "Dashboard";
|
|
1247
1247
|
var ROOT_TITLE = "Mario Framework";
|
|
1248
1248
|
|