diff --git a/explorer/src/components/Nav.tsx b/explorer/src/components/Nav.tsx index ab6c2d36c8..8492aa36e7 100644 --- a/explorer/src/components/Nav.tsx +++ b/explorer/src/components/Nav.tsx @@ -23,7 +23,7 @@ import { Footer } from './Footer'; import { DarkLightSwitchDesktop } from './Switch'; import { NavOptionType } from '../context/nav'; -const drawerWidth = 300; +const drawerWidth = 220; const openedMixin = (theme: Theme): CSSObject => ({ width: drawerWidth, @@ -108,7 +108,7 @@ export const ExpandableButton: React.FC = ({ const handleClick = () => { setToActive(id); - if (title === 'Network Components' && nested) { + if (title === 'Network Nodes' && nested) { openDrawer(); toggleNestedOptions(!nestedOptions); } @@ -182,7 +182,7 @@ export const ExpandableButton: React.FC = ({ background: isChild ? palette.nym.networkExplorer.nav.selected.nested : 'none', }} > - {Icon} + {Icon} , nested: [ {