@bydata/react-supertabs 1.2.2 → 1.2.4

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.
package/dist/SuperTabs.js CHANGED
@@ -706,7 +706,7 @@ var SuperTabs = function SuperTabs(_ref) {
706
706
  className: "super-tabs-wrapper",
707
707
  ref: superTabsWrapperElemRef
708
708
  }, /*#__PURE__*/_react["default"].createElement(_reactRouterDom.NavLink, {
709
- to: homeUrl,
709
+ to: "/",
710
710
  className: "home-tab",
711
711
  ref: homeTabRef
712
712
  // activeClassName="active"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bydata/react-supertabs",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "A customizable React super tabs component.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",