diff --git a/frontend/src/layout/navigation/TopBar/SitePopover.tsx b/frontend/src/layout/navigation/TopBar/SitePopover.tsx index b41846dc0093d..4e3764dd32ab9 100644 --- a/frontend/src/layout/navigation/TopBar/SitePopover.tsx +++ b/frontend/src/layout/navigation/TopBar/SitePopover.tsx @@ -239,10 +239,8 @@ function ThemeSwitcher(): JSX.Element { return ( <> - Color theme{' '} - - {leaf?.value ? <>{leaf?.label} : 'Sync with system'} - + Color theme + {leaf ? leaf.label : 'Sync with system'} )