First github Commit

This commit is contained in:
canove
2020-06-18 17:25:43 -03:00
parent 48ee6385d3
commit 8a6324a98b
19 changed files with 391 additions and 210 deletions

View File

@@ -181,7 +181,7 @@ const MainDrawer = ({ appTitle, children }) => {
{appTitle}
</Typography>
<IconButton color="inherit">
<Badge badgeContent={4} color="secondary">
<Badge badgeContent={0} color="secondary">
<NotificationsIcon />
</Badge>
</IconButton>

View File

@@ -12,7 +12,7 @@ import Collapse from "@material-ui/core/Collapse";
import DashboardIcon from "@material-ui/icons/Dashboard";
import WhatsAppIcon from "@material-ui/icons/WhatsApp";
// import PeopleIcon from "@material-ui/icons/People";
import BorderOuterIcon from "@material-ui/icons/BorderOuter";
import SyncAltIcon from "@material-ui/icons/SyncAlt";
import ChatIcon from "@material-ui/icons/Chat";
import BarChartIcon from "@material-ui/icons/BarChart";
import LayersIcon from "@material-ui/icons/Layers";
@@ -71,8 +71,8 @@ const MainListItems = () => {
<ListItemLink
className={classes.nested}
to="/whats-auth"
primary="Autenticação"
icon={<BorderOuterIcon />}
primary="Conexão"
icon={<SyncAltIcon />}
/>
<ListItemLink
className={classes.nested}