mario-core 2.9.5 → 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.
@@ -1079,7 +1079,15 @@ var ContentHomePage = function ContentHomePage(_ref) {
1079
1079
  srcIcon: content.scrIcon,
1080
1080
  content: content.content
1081
1081
  }));
1082
- }));
1082
+ }), React.createElement(Col, {
1083
+ md: 12,
1084
+ className: styles["student-image"] + " d-flex justify-content-end mt-5"
1085
+ }, React.createElement("a", {
1086
+ href: "https://cert.privo.com/#/companies/marioFrameworkLlc"
1087
+ }, React.createElement(IconContent, {
1088
+ srcIcon: "/images/STUDENT.png",
1089
+ content: ""
1090
+ }))));
1083
1091
  };
1084
1092
 
1085
1093
  var HOME_ADMIN = "/admin/user";