diff --git a/src/components/MainCointainer.jsx b/src/components/MainCointainer.jsx index 015ce16..75961d9 100644 --- a/src/components/MainCointainer.jsx +++ b/src/components/MainCointainer.jsx @@ -92,6 +92,15 @@ const styles = theme => ({ } }) +const MenuItem = ({to, name, className, icon}) => ( + + + {icon} + + + +) + class PersistentDrawerLeft extends React.Component { state = { open: false, @@ -153,40 +162,14 @@ class PersistentDrawerLeft extends React.Component { {theme.direction === 'ltr' ? : } - + - - - - - - + }/> + }/> + }/> + }/> - - - - - - - - - - - - - - - - - - - - - - - - - +