Skip to content

Commit

Permalink
[frontend] Logout button miss placed if connected user as no knowledg…
Browse files Browse the repository at this point in the history
…e capability (#9428)
  • Loading branch information
SarahBocognano authored Jan 14, 2025
1 parent be9a2cd commit bc9fc0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ const useStyles = makeStyles<Theme>((theme) => ({
height: '100%',
display: 'flex',
alignItems: 'center',
justifyContent: 'end',
flex: 1,
},
barRightContainer: {
float: 'left',
Expand Down

0 comments on commit bc9fc0f

Please sign in to comment.