From 7d76a337901239835014ad55c1174fbef8c9738e Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 May 2025 22:15:55 +0100 Subject: [PATCH] fix:(style) update layout for agent list and card components --- frontend/src/agents/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/agents/index.tsx b/frontend/src/agents/index.tsx index d0052111..4634dc76 100644 --- a/frontend/src/agents/index.tsx +++ b/frontend/src/agents/index.tsx @@ -127,7 +127,7 @@ function AgentsList() { New Agent -
+
{loading ? (
@@ -231,7 +231,7 @@ function AgentCard({ }; return (
{ e.stopPropagation(); handleClick();