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

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,12 +180,12 @@ 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");
187
187
  handleLaunchpadLink(e);
188
- history.push("/launchpad");
188
+ history.push("/admin");
189
189
  }
190
190
  handleHomeClick();
191
191
  } }, "Home")) : null,
@@ -171,12 +171,12 @@ 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");
178
178
  handleLaunchpadLink(e);
179
- history.push("/launchpad");
179
+ history.push("/admin");
180
180
  }
181
181
  handleHomeClick();
182
182
  } }, "Home")) : null,
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.21",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"