ywana-core8 0.0.424 → 0.0.425

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.
@@ -3281,6 +3281,8 @@ var SiteMenu = function SiteMenu(_ref6) {
3281
3281
  onClick: function onClick() {
3282
3282
  return _goto(id);
3283
3283
  }
3284
+ }, /*#__PURE__*/React.createElement(Tooltip, {
3285
+ text: title
3284
3286
  }, /*#__PURE__*/React.createElement(Icon, {
3285
3287
  key: id,
3286
3288
  icon: icon,
@@ -3288,7 +3290,7 @@ var SiteMenu = function SiteMenu(_ref6) {
3288
3290
  action: function action() {
3289
3291
  return _goto(id);
3290
3292
  }
3291
- }), sideNav === 'max' ? /*#__PURE__*/React.createElement("label", null, title) : null);
3293
+ })), sideNav === 'max' ? /*#__PURE__*/React.createElement("label", null, title) : null);
3292
3294
  }), /*#__PURE__*/React.createElement("div", {
3293
3295
  className: "section-divider"
3294
3296
  }));