Skip to content

Commit 7606d65

Browse files
Change Hidden component props (#82)
1 parent 550f533 commit 7606d65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/DashboardNavbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const DashboardNavbar = ({ onMobileNavOpen, ...rest }) => {
2727
<Logo />
2828
</RouterLink>
2929
<Box sx={{ flexGrow: 1 }} />
30-
<Hidden mdDown>
30+
<Hidden lgDown>
3131
<IconButton color="inherit">
3232
<Badge
3333
badgeContent={notifications.length}

src/components/DashboardSidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const DashboardSidebar = ({ onMobileClose, openMobile }) => {
191191
{content}
192192
</Drawer>
193193
</Hidden>
194-
<Hidden mdDown>
194+
<Hidden lgDown>
195195
<Drawer
196196
anchor="left"
197197
open

0 commit comments

Comments
 (0)