mario-education 2.4.322-release → 2.4.323-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
@@ -80,6 +80,7 @@ var Typography = _interopDefault(require('@material-ui/core/Typography'));
80
80
  var IconButton = _interopDefault(require('@material-ui/core/IconButton'));
81
81
  var MenuIcon = _interopDefault(require('@material-ui/icons/Menu'));
82
82
  var NotificationsIcon = _interopDefault(require('@material-ui/icons/Notifications'));
83
+ var HelpOutlineIcon = _interopDefault(require('@material-ui/icons/HelpOutline'));
83
84
 
84
85
  // A type of promise-like that resolves synchronously and supports only one observer
85
86
  const _Pact = /*#__PURE__*/(function() {
@@ -70882,6 +70883,9 @@ var useHeaderSideBar = function useHeaderSideBar(_navigations) {
70882
70883
  }, {
70883
70884
  name: "mario_tools",
70884
70885
  icon: React__default.createElement(ToolIcon, null)
70886
+ }, {
70887
+ name: "weekly_quests",
70888
+ icon: React__default.createElement(HelpOutlineIcon, null)
70885
70889
  }, {
70886
70890
  name: "question",
70887
70891
  icon: React__default.createElement(QuestionIcon, null)