diff --git a/apps/client/src/widgets/layout/StatusBar.tsx b/apps/client/src/widgets/layout/StatusBar.tsx index ba252a778..432462b29 100644 --- a/apps/client/src/widgets/layout/StatusBar.tsx +++ b/apps/client/src/widgets/layout/StatusBar.tsx @@ -93,7 +93,7 @@ function StatusBarDropdown({ children, icon, text, buttonClassName, titleOptions }} text={<> {icon && (<> )} - {text} + {text} } {...dropdownProps} > @@ -138,7 +138,7 @@ function StatusBarButton({ className, icon, text, title, active, ...restProps }: } }} > -  {text} +  {text} ); }