diff --git a/ui/src/components/Sidebar.tsx b/ui/src/components/Sidebar.tsx index 085a94a0..5fc1a1fc 100644 --- a/ui/src/components/Sidebar.tsx +++ b/ui/src/components/Sidebar.tsx @@ -188,7 +188,7 @@ function SidebarSettings() { ) => { @@ -208,16 +208,18 @@ function SidebarSettings() { disableInteractive sx={{ display: "inline" }} > - setSettingOpen(true)} - disabled={isGuest} - > - - + + setSettingOpen(true)} + disabled={isGuest} + > + + + }