mario-core 2.9.4 → 2.9.6
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 +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +94 -94
package/dist/index.js
CHANGED
|
@@ -1082,7 +1082,15 @@ var ContentHomePage = function ContentHomePage(_ref) {
|
|
|
1082
1082
|
srcIcon: content.scrIcon,
|
|
1083
1083
|
content: content.content
|
|
1084
1084
|
}));
|
|
1085
|
-
})
|
|
1085
|
+
}), React__default.createElement(reactstrap.Col, {
|
|
1086
|
+
md: 12,
|
|
1087
|
+
className: styles["student-image"] + " d-flex justify-content-end mt-5"
|
|
1088
|
+
}, React__default.createElement("a", {
|
|
1089
|
+
href: "https://cert.privo.com/#/companies/marioFrameworkLlc"
|
|
1090
|
+
}, React__default.createElement(IconContent, {
|
|
1091
|
+
srcIcon: "/images/STUDENT.png",
|
|
1092
|
+
content: ""
|
|
1093
|
+
}))));
|
|
1086
1094
|
};
|
|
1087
1095
|
|
|
1088
1096
|
var HOME_ADMIN = "/admin/user";
|