@boomerang-io/carbon-addons-boomerang-react 4.6.21-beta.19 → 4.6.21-beta.20
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.
|
@@ -178,6 +178,7 @@ function AdvantageSideNav(props) {
|
|
|
178
178
|
React__default.default.createElement("div", null,
|
|
179
179
|
homeLink ? (React__default.default.createElement(react.SideNavLink, { "data-testid": "sidenav-home-link", isActive: `${baseEnvUrl}/${app}/`.includes(windowLocation.href), renderIcon: icons.Home, href: homeLink, onClick: (e) => {
|
|
180
180
|
if (isLaunchpad) {
|
|
181
|
+
console.log("1.0 launchpad home link clicked");
|
|
181
182
|
handleLaunchpadLink(e);
|
|
182
183
|
history.push("/");
|
|
183
184
|
}
|
|
@@ -169,6 +169,7 @@ function AdvantageSideNav(props) {
|
|
|
169
169
|
React.createElement("div", null,
|
|
170
170
|
homeLink ? (React.createElement(SideNavLink, { "data-testid": "sidenav-home-link", isActive: `${baseEnvUrl}/${app}/`.includes(windowLocation.href), renderIcon: Home, href: homeLink, onClick: (e) => {
|
|
171
171
|
if (isLaunchpad) {
|
|
172
|
+
console.log("1.0 launchpad home link clicked");
|
|
172
173
|
handleLaunchpadLink(e);
|
|
173
174
|
history.push("/");
|
|
174
175
|
}
|
package/package.json
CHANGED