diff --git a/package.json b/package.json
index 83e07d8..37bdfb5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ghost-dao-interface",
"private": true,
- "version": "0.7.12",
+ "version": "0.7.13",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/src/components/NavItem/NavItem.jsx b/src/components/NavItem/NavItem.jsx
index b711209..981bf01 100644
--- a/src/components/NavItem/NavItem.jsx
+++ b/src/components/NavItem/NavItem.jsx
@@ -118,19 +118,19 @@ const NavItem = ({
const match = currentLocation.pathname === to || currentLocation.pathname === `/${to}`;
const linkProps = props.href
- ? {
- href: props.href,
- target: "_blank",
- className: `external-site-link ${className}`,
- }
- : {
- component: NavLink,
- to: to,
- className: `button-dapp-menu ${className}`,
- };
+ ? {
+ href: props.href,
+ target: "_blank",
+ className: `external-site-link ${className}`,
+ }
+ : {
+ component: NavLink,
+ to: to,
+ className: `button-dapp-menu ${className}`,
+ };
const LinkItem = () => (
-
+ e.stopPropagation()}>
{
}
/>
-
+
{
}
/>
-
+
{isGovernanceAvailable(chainId, addressChainId) && }