Merge branch 'dev_environment' of gitlab.com:brandx/bxt-app into dev_environment
This commit is contained in:
commit
695b867d55
5 changed files with 45 additions and 21 deletions
|
|
@ -216,7 +216,7 @@ export default function SideNavigator(props: Props) {
|
|||
id="tour-dashboard"
|
||||
onClick={() => goTo("/users")}
|
||||
classes={getClasses("/user")}
|
||||
>
|
||||
>
|
||||
<ListItemIcon>
|
||||
<Person />
|
||||
</ListItemIcon>
|
||||
|
|
@ -271,7 +271,8 @@ export default function SideNavigator(props: Props) {
|
|||
|
||||
return (
|
||||
<SwipeableDrawer
|
||||
variant={width === "xs" || width === "sm" ? "temporary" : "permanent"}
|
||||
// variant={width === "xs" || width === "sm" ? "temporary" : "permanent"}
|
||||
variant={!open ? "permanent" : width === "xs" || width === "sm" ? "temporary" : "permanent"}
|
||||
classes={{
|
||||
paper: classNames(
|
||||
classes.sideMenu,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue