fix: remove sidebar tool description
This commit is contained in:
@@ -97,7 +97,6 @@ export function AppSidebar() {
|
|||||||
{!isCollapsed && (
|
{!isCollapsed && (
|
||||||
<div className="min-w-0">
|
<div className="min-w-0">
|
||||||
<span className="whitespace-nowrap block">{tool.navTitle}</span>
|
<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>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user