@agilemotion/oui-react-js 1.2.0 → 1.2.1

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.
@@ -120,7 +120,7 @@ var HomeNavbar = /*#__PURE__*/function (_React$Component) {
120
120
  collapseOpen: false,
121
121
  color: "navbar-transparent",
122
122
  modalSearch: false,
123
- avatar: _Utils.default.isNull(_this.props.avatar) ? require("../../../assets/img/default-avatar.png") : _this.props.avatar
123
+ avatar: _Utils.default.isNull(_this.props.avatar) ? require("./default-avatar.png") : _this.props.avatar
124
124
  };
125
125
  return _this;
126
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "babel": {
5
5
  "presets": [
6
6
  "@babel/preset-env",