diff --git a/src-web/components/SidebarActions.tsx b/src-web/components/SidebarActions.tsx index eae9d02a..9c67875a 100644 --- a/src-web/components/SidebarActions.tsx +++ b/src-web/components/SidebarActions.tsx @@ -27,7 +27,7 @@ export function SidebarActions() { }} className="pointer-events-auto" size="sm" - title="Show sidebar" + title="Toggle sidebar" icon={hidden ? 'left_panel_hidden' : 'left_panel_visible'} iconColor="secondary" />