fix: remove sidebar tool description

This commit is contained in:
2026-02-28 09:09:16 +01:00
parent f917891a31
commit 82649f6674

View File

@@ -97,7 +97,6 @@ export function AppSidebar() {
{!isCollapsed && (
<div className="min-w-0">
<span className="whitespace-nowrap block">{tool.navTitle}</span>
<span className="text-[10px] text-muted-foreground leading-tight block line-clamp-2">{tool.description}</span>
</div>
)}
</div>