mario-core 2.9.168-level → 2.9.169-level

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.
@@ -4324,7 +4324,7 @@ var Dashboard = function Dashboard() {
4324
4324
  href: "/",
4325
4325
  className: "" + styles["logo-home"]
4326
4326
  }, React.createElement("img", {
4327
- src: "/images/logo-white.svg",
4327
+ src: getStaticFileUrl("/images/logo-white.svg"),
4328
4328
  alt: "mario"
4329
4329
  })), React.createElement(GiHamburgerMenu, {
4330
4330
  onClick: toggle,
@@ -4363,7 +4363,7 @@ var Dashboard = function Dashboard() {
4363
4363
  href: "https://cert.privo.com/#/companies/marioFrameworkLlc",
4364
4364
  target: "blank"
4365
4365
  }, React.createElement("img", {
4366
- src: "/images/STUDENT.png",
4366
+ src: getStaticFileUrl("/images/STUDENT.png"),
4367
4367
  alt: "icon"
4368
4368
  })))));
4369
4369
  };