pallote-react 0.12.0 → 0.13.0
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/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2830,8 +2830,6 @@ const NavBar = ({
|
|
|
2830
2830
|
}, props), /*#__PURE__*/React__default.createElement("div", {
|
|
2831
2831
|
className: "navbar_main"
|
|
2832
2832
|
}, /*#__PURE__*/React__default.createElement(HomeLinkComponent, {
|
|
2833
|
-
to: "/",
|
|
2834
|
-
exact: true,
|
|
2835
2833
|
className: "navbar_logo"
|
|
2836
2834
|
}, /*#__PURE__*/React__default.createElement("img", {
|
|
2837
2835
|
src: "https://pallote.com/logos/pallote-logo.svg",
|