no dividers
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
|||||||
} from '@mui/material';
|
} from '@mui/material';
|
||||||
import NirvanaLogo from './NirvanaLogo';
|
import NirvanaLogo from './NirvanaLogo';
|
||||||
import { blueGrey } from '@mui/material/colors';
|
import { blueGrey } from '@mui/material/colors';
|
||||||
import { FiActivity, FiSearch } from 'react-icons/fi';
|
import { FiActivity, FiInbox, FiSearch } from 'react-icons/fi';
|
||||||
import KeyboardShortcutLabel from './KeyboardShortcutLabel';
|
import KeyboardShortcutLabel from './KeyboardShortcutLabel';
|
||||||
import { useSnackbar } from 'notistack';
|
import { useSnackbar } from 'notistack';
|
||||||
import { useKey } from 'react-use';
|
import { useKey } from 'react-use';
|
||||||
@@ -118,8 +118,6 @@ export default function Terminal() {
|
|||||||
/>
|
/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
||||||
<Divider variant="inset" component="li" />
|
|
||||||
|
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<ListItemAvatar>
|
<ListItemAvatar>
|
||||||
<Avatar alt={'Arjun Patel'} src="https://mui.com/static/images/avatar/3.jpg" />
|
<Avatar alt={'Arjun Patel'} src="https://mui.com/static/images/avatar/3.jpg" />
|
||||||
@@ -152,7 +150,7 @@ export default function Terminal() {
|
|||||||
}}
|
}}
|
||||||
subheader={
|
subheader={
|
||||||
<ListSubheader>
|
<ListSubheader>
|
||||||
<FiActivity />
|
<FiInbox />
|
||||||
<Typography variant="subtitle2"> Inbox</Typography>
|
<Typography variant="subtitle2"> Inbox</Typography>
|
||||||
</ListSubheader>
|
</ListSubheader>
|
||||||
}
|
}
|
||||||
@@ -171,8 +169,6 @@ export default function Terminal() {
|
|||||||
<Badge color="primary" badgeContent=" " variant="dot"></Badge>
|
<Badge color="primary" badgeContent=" " variant="dot"></Badge>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
||||||
<Divider variant="inset" component="li" />
|
|
||||||
|
|
||||||
<ListItem>
|
<ListItem>
|
||||||
<ListItemAvatar>
|
<ListItemAvatar>
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|||||||
Reference in New Issue
Block a user