Skip to content

Commit 5dc2547

Browse files
committed
Hide username from topbar
1 parent fd546f7 commit 5dc2547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/DrawerLayout/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ export default function DrawerLayout({ children }) {
144144
<AppBar position="fixed" className={classes.appBar}>
145145
<Toolbar style={myStyles}>
146146
<Logo1 />
147-
<Typography variant="h6" noWrap>
147+
{/* <Typography variant="h6" noWrap>
148148
User Name
149-
</Typography>
149+
</Typography> */}
150150
<Hidden mdUp>
151151
<IconButton size="small" onClick={handleToggle}>
152152
<MenuIcon />

0 commit comments

Comments
 (0)