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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4326,7 +4326,7 @@ var Dashboard = function Dashboard() {
|
|
|
4326
4326
|
href: "/",
|
|
4327
4327
|
className: "" + styles["logo-home"]
|
|
4328
4328
|
}, React__default.createElement("img", {
|
|
4329
|
-
src: "/images/logo-white.svg",
|
|
4329
|
+
src: getStaticFileUrl("/images/logo-white.svg"),
|
|
4330
4330
|
alt: "mario"
|
|
4331
4331
|
})), React__default.createElement(gi.GiHamburgerMenu, {
|
|
4332
4332
|
onClick: toggle,
|
|
@@ -4365,7 +4365,7 @@ var Dashboard = function Dashboard() {
|
|
|
4365
4365
|
href: "https://cert.privo.com/#/companies/marioFrameworkLlc",
|
|
4366
4366
|
target: "blank"
|
|
4367
4367
|
}, React__default.createElement("img", {
|
|
4368
|
-
src: "/images/STUDENT.png",
|
|
4368
|
+
src: getStaticFileUrl("/images/STUDENT.png"),
|
|
4369
4369
|
alt: "icon"
|
|
4370
4370
|
})))));
|
|
4371
4371
|
};
|