mario-core 2.9.358-release → 2.9.359-release
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
|
@@ -39739,7 +39739,7 @@ var HOME_ADMIN = "/admin/users/user-list";
|
|
|
39739
39739
|
var HOME_TEACHER = "/home";
|
|
39740
39740
|
var HOME_STUDENT = "/home";
|
|
39741
39741
|
var DASHBOARD_TITLE = "Dashboard";
|
|
39742
|
-
var ROOT_TITLE = "Mario
|
|
39742
|
+
var ROOT_TITLE = "Mario Education";
|
|
39743
39743
|
var BG_IMAGES = ["images/landing-page.jpg", "images/landing-page2.jpg", "images/landing-page3.jpg"];
|
|
39744
39744
|
|
|
39745
39745
|
var Dashboard = function Dashboard() {
|