fix: drop classname unused

This commit is contained in:
Nicholas Tindle
2025-01-28 16:25:23 +00:00
parent b317adb9cf
commit 55f7dc4853

View File

@@ -26,14 +26,12 @@ interface AgentsSectionProps {
sectionTitle: string;
agents: Agent[];
hideAvatars?: boolean;
className?: string;
}
export const AgentsSection: React.FC<AgentsSectionProps> = ({
sectionTitle,
agents: allAgents,
hideAvatars = false,
className,
}) => {
const router = useRouter();
@@ -48,10 +46,9 @@ export const AgentsSection: React.FC<AgentsSectionProps> = ({
return (
<div
className={cn(
"flex flex-col items-center justify-center py-4 lg:py-8",
className,
)}
className=
"flex flex-col items-center justify-center py-4 lg:py-8"
>
<div className="w-full max-w-[1360px]">
<div className="font-poppins decoration-skip-ink-none mb-8 text-left text-[18px] font-[600] leading-7 text-[#282828] underline-offset-[from-font] dark:text-neutral-200">