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 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 Framework";
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() {