From be923ad2b717ec7e24c75fdc5f213b0e9859dd92 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 14 Dec 2025 11:47:18 +0200 Subject: [PATCH] chore(breadcrumb): add text span for hiding them at some point --- apps/client/src/widgets/layout/StatusBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ); }