fixed permission issue with groups, added groups and devices links to team page

This commit is contained in:
Carter 2025-01-30 11:38:39 -06:00
parent 400b7d54a4
commit 9edb6bbb2f
5 changed files with 81 additions and 11 deletions

View file

@ -139,7 +139,8 @@ export default function UserMenu(props: Props) {
onMouseEnter={lockHover}
onMouseLeave={lockNoHover}
size="small"
className={classes.signIn}>
className={classes.signIn}
>
Sign In
{lockIsHovered ? (
<LockOpen className={classes.rightIcon} fontSize="small" />