@jsenv/navi 0.12.33 → 0.12.34
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/jsenv_navi.js +1 -2
- package/dist/jsenv_navi.js.map +3 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -15826,8 +15826,7 @@ const TabRoute = ({
|
|
|
15826
15826
|
...props,
|
|
15827
15827
|
children: jsx(RouteLink, {
|
|
15828
15828
|
route: route,
|
|
15829
|
-
|
|
15830
|
-
color: "inherit",
|
|
15829
|
+
discrete: true,
|
|
15831
15830
|
children: children
|
|
15832
15831
|
})
|
|
15833
15832
|
});
|