diff --git a/web/app/components/evaluation/components/section-header.tsx b/web/app/components/evaluation/components/section-header.tsx index 37073265cd..b2bb630ebe 100644 --- a/web/app/components/evaluation/components/section-header.tsx +++ b/web/app/components/evaluation/components/section-header.tsx @@ -31,7 +31,7 @@ const SectionHeader = ({ return (
-
{title}
+
{title}
{description &&
{description}
}
{action} @@ -58,7 +58,7 @@ export const InlineSectionHeader = ({ className="flex h-4 w-4 items-center justify-center text-text-quaternary transition-colors hover:text-text-tertiary" aria-label={title} > -