tenjin-ui-kit 0.2.184 → 0.2.186

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.
@@ -27,7 +27,8 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
27
27
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
28
28
  var ProjectTopbar = function ProjectTopbar(_ref) {
29
29
  var _loggedInUser$role;
30
- var loggedInUser = _ref.loggedInUser,
30
+ var homeIcon = _ref.homeIcon,
31
+ loggedInUser = _ref.loggedInUser,
31
32
  actions = _ref.actions,
32
33
  onLogout = _ref.onLogout,
33
34
  onViewProfileClick = _ref.onViewProfileClick;
@@ -117,7 +118,7 @@ var ProjectTopbar = function ProjectTopbar(_ref) {
117
118
  }
118
119
  }
119
120
  }, /*#__PURE__*/_react.default.createElement("img", {
120
- src: _tenjin40Logo.default,
121
+ src: homeIcon || _tenjin40Logo.default,
121
122
  alt: "app png logo"
122
123
  })))), /*#__PURE__*/_react.default.createElement(_system.Box, {
123
124
  className: "Center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.184",
3
+ "version": "0.2.186",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },