From 5eac4afcb08db874f32051a2a927b5919dd8b208 Mon Sep 17 00:00:00 2001 From: Fahleen1 Date: Tue, 17 Feb 2026 14:39:35 +0500 Subject: [PATCH 1/2] fix: adjust AgentCard layout for improved display and spacing --- client/src/components/Agents/AgentCard.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/Agents/AgentCard.tsx b/client/src/components/Agents/AgentCard.tsx index 7e9dd6da10..defa4c4b5b 100644 --- a/client/src/components/Agents/AgentCard.tsx +++ b/client/src/components/Agents/AgentCard.tsx @@ -47,10 +47,10 @@ const AgentCard: React.FC = ({ agent, onSelect, className = '' }
= ({ agent, onSelect, className = '' } > {/* Category badge - top right */} {categoryLabel && ( - + {categoryLabel} )} @@ -85,7 +85,7 @@ const AgentCard: React.FC = ({ agent, onSelect, className = '' } {/* Content */}
{/* Agent name */} -