diff --git a/app/(dashboard)/invoices/page.tsx b/app/(dashboard)/invoices/page.tsx index 376b1a84..8baf9caf 100644 --- a/app/(dashboard)/invoices/page.tsx +++ b/app/(dashboard)/invoices/page.tsx @@ -168,10 +168,12 @@ function SortableHeader({ className={cn(TH_CLASS, className)} aria-sort={direction === 'asc' ? 'ascending' : direction === 'desc' ? 'descending' : 'none'} > + {/* Preflight sets text-transform: none on buttons, which would drop the + TH_CLASS uppercase idiom inside the sort control. */}