solf merge conflict

This commit is contained in:
marshal
2026-06-01 23:50:49 +03:00
26 changed files with 3027 additions and 298 deletions

View File

@@ -269,7 +269,8 @@ const FreightSidebar = ({ sections, activeHref, onNavigate }: FreightSidebarProp
<p
className={cn(
"px-3 pb-1 text-xs font-semibold uppercase tracking-wide",
section.mutedTitle ? "text-gray-500" : "text-gray-900",
// Use a very light gray for ALL section titles, not just when mutedTitle is specified
"text-gray-400"
)}
>
{section.title}