@boomerang-io/carbon-addons-boomerang-react 4.6.21-beta.20 → 4.6.21-beta.22

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.
@@ -180,7 +180,7 @@ function AdvantageSideNav(props) {
180
180
  if (isLaunchpad) {
181
181
  console.log("1.0 launchpad home link clicked");
182
182
  handleLaunchpadLink(e);
183
- history.push("/");
183
+ history.push("/catalog");
184
184
  }
185
185
  if (isbetaLaunchpad) {
186
186
  console.log("beta launchpad home link clicked");
@@ -171,7 +171,7 @@ function AdvantageSideNav(props) {
171
171
  if (isLaunchpad) {
172
172
  console.log("1.0 launchpad home link clicked");
173
173
  handleLaunchpadLink(e);
174
- history.push("/");
174
+ history.push("/catalog");
175
175
  }
176
176
  if (isbetaLaunchpad) {
177
177
  console.log("beta launchpad home link clicked");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@boomerang-io/carbon-addons-boomerang-react",
3
3
  "description": "Carbon Addons for Boomerang apps",
4
- "version": "4.6.21-beta.20",
4
+ "version": "4.6.21-beta.22",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"