File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import ETH from "svgs/icons/eth.svg";
99import Faq from "svgs/menu-icons/help.svg" ;
1010import Telegram from "svgs/socialmedia/telegram.svg" ;
1111import { IHelp } from ".." ;
12+ import Debug from "../Debug" ;
1213
1314const Container = styled . div `
1415 display: flex;
@@ -32,7 +33,7 @@ const Container = styled.div`
3233 ${ landscapeStyle (
3334 ( ) => css `
3435 margin-top: 64px;
35- width: 240px ;
36+ width: 260px ;
3637 top: 0;
3738 right: 0;
3839 left: auto;
@@ -112,6 +113,7 @@ const Help: React.FC<IHelp> = ({ toggleIsHelpOpen }) => {
112113 < small > { item . text } </ small >
113114 </ ListItem >
114115 ) ) }
116+ < Debug />
115117 </ Container >
116118 ) ;
117119} ;
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import LightButton from "components/LightButton";
1111import { Overlay } from "components/Overlay" ;
1212import KlerosSolutionsIcon from "svgs/menu-icons/kleros-solutions.svg" ;
1313import Menu from "./Menu" ;
14- import Debug from "./Debug" ;
1514import Help from "./Menu/Help" ;
1615import Settings from "./Menu/Settings" ;
1716import { DisconnectWalletButton } from "./Menu/Settings/General" ;
@@ -97,7 +96,6 @@ const NavBar: React.FC = () => {
9796 < hr />
9897 < Menu { ...{ toggleIsHelpOpen, toggleIsSettingsOpen } } />
9998 < br />
100- < Debug />
10199 </ Container >
102100 { ( isDappListOpen || isHelpOpen || isSettingsOpen ) && (
103101 < PopupContainer >
You can’t perform that action at this time.
0 commit comments