@boomerang-io/carbon-addons-boomerang-react 4.6.21-beta.21 → 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.
@@ -185,7 +185,7 @@ function AdvantageSideNav(props) {
185
185
  if (isbetaLaunchpad) {
186
186
  console.log("beta launchpad home link clicked");
187
187
  handleLaunchpadLink(e);
188
- history.push("/admin");
188
+ history.push("/launchpad");
189
189
  }
190
190
  handleHomeClick();
191
191
  } }, "Home")) : null,
@@ -176,7 +176,7 @@ function AdvantageSideNav(props) {
176
176
  if (isbetaLaunchpad) {
177
177
  console.log("beta launchpad home link clicked");
178
178
  handleLaunchpadLink(e);
179
- history.push("/admin");
179
+ history.push("/launchpad");
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.21",
4
+ "version": "4.6.21-beta.22",
5
5
  "author": {
6
6
  "name": "Tim Bula",
7
7
  "email": "timrbula@gmail.com"