menu item do not collapse on click

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-04-10 14:00:14 +03:00
parent 73db807107
commit be5b102522
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
3 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ghost-dao-interface", "name": "ghost-dao-interface",
"private": true, "private": true,
"version": "0.7.12", "version": "0.7.13",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -130,7 +130,7 @@ const NavItem = ({
}; };
const LinkItem = () => ( const LinkItem = () => (
<Link {...linkProps} {...props} underline="hover"> <Link {...linkProps} {...props} underline="hover" onClick={(e) => e.stopPropagation()}>
<Box <Box
sx={{ fontFamily: "Ubuntu" }} sx={{ fontFamily: "Ubuntu" }}
display="flex" display="flex"