fix: remove heading and description

This commit is contained in:
2026-03-01 10:01:28 +01:00
parent a4cc53d774
commit 00c77ff3fe
11 changed files with 12 additions and 59 deletions

View File

@@ -103,7 +103,7 @@ export function AppSidebar() {
<span className="whitespace-nowrap block text-[13px] font-medium leading-tight">
{tool.navTitle}
</span>
<span className="text-[9px] text-muted-foreground/40 leading-tight block truncate font-mono mt-0.5">
<span className="text-[9px] text-muted-foreground/40 leading-tight block font-mono mt-0.5">
{tool.description}
</span>
</div>