Merge branch 'dev_environment' of gitlab.com:brandx/bxt-app into dev_environment

This commit is contained in:
csawatzky 2025-04-01 12:28:47 -06:00
commit 695b867d55
5 changed files with 45 additions and 21 deletions

View file

@ -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,