@agilemotion/oui-react-js 1.7.5 → 1.7.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.
@@ -80,7 +80,7 @@ const InteractionPortalApp = props => {
80
80
  footerSplitterColor: props.implConfig.footerSplitterColor,
81
81
  title: props.implConfig.loginTitle,
82
82
  titleColor: props.implConfig.titleColor,
83
- logo: props.implConfig.logo
83
+ logo: props.implConfig.appLogo
84
84
  })
85
85
  }), /*#__PURE__*/_react.default.createElement(_reactRouterDom.Route, {
86
86
  exact: true,
@@ -95,7 +95,7 @@ const InteractionPortalApp = props => {
95
95
  footerSplitterColor: props.implConfig.footerSplitterColor,
96
96
  title: props.implConfig.loginTitle,
97
97
  titleColor: props.implConfig.titleColor,
98
- logo: props.implConfig.logo
98
+ logo: props.implConfig.appLogo
99
99
  })
100
100
  }), /*#__PURE__*/_react.default.createElement(_reactRouterDom.Route, {
101
101
  exact: true,
@@ -110,7 +110,7 @@ const InteractionPortalApp = props => {
110
110
  footerSplitterColor: props.implConfig.footerSplitterColor,
111
111
  title: props.implConfig.loginTitle,
112
112
  titleColor: props.implConfig.titleColor,
113
- logo: props.implConfig.logo
113
+ logo: props.implConfig.appLogo
114
114
  })
115
115
  }))));
116
116
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "files": [
5
5
  "dist"
6
6
  ],