diff --git a/src/components/Shell/ShellAppBar.tsx b/src/components/Shell/ShellAppBar.tsx index bff71f7..dd002fe 100644 --- a/src/components/Shell/ShellAppBar.tsx +++ b/src/components/Shell/ShellAppBar.tsx @@ -104,7 +104,7 @@ export const ShellAppBar = ({ sx={{ display: 'flex', flexDirection: 'row', - justifyContent: 'space-between', + justifyContent: 'right', }} > {isEmbedded ? null : ( @@ -119,14 +119,21 @@ export const ShellAppBar = ({ )} - - {isEmbedded ? '' : title} - + + {isEmbedded ? null : ( + + + {title} + + + )} {isEmbedded ? null : ( <>