From 4cd878c2a653aeb2c444af89034717fc55f43ede Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Sat, 15 Dec 2018 10:37:57 -0500 Subject: [PATCH] add insights button --- app/components/MainCointainer.jsx | 37 ++++++++++++++++++------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/app/components/MainCointainer.jsx b/app/components/MainCointainer.jsx index 7e4f104..d64c930 100644 --- a/app/components/MainCointainer.jsx +++ b/app/components/MainCointainer.jsx @@ -17,7 +17,6 @@ import ListItem from '@material-ui/core/ListItem'; import ListItemIcon from '@material-ui/core/ListItemIcon'; import ListItemText from '@material-ui/core/ListItemText'; import InboxIcon from '@material-ui/icons/MoveToInbox'; -import MailIcon from '@material-ui/icons/Mail'; const drawerWidth = 240; @@ -134,22 +133,30 @@ class PersistentDrawerLeft extends React.Component { - {['Inbox', 'Starred', 'Send email', 'Drafts'].map((text, index) => ( - - {index % 2 === 0 ? : } - - - ))} + + + + + + + + + + + + + + + + + + + + + + - - {['All mail', 'Trash', 'Spam'].map((text, index) => ( - - {index % 2 === 0 ? : } - - - ))} -