From 337d70f663cfdcd39fa43d2ceeed90a2a464f46a Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Thu, 8 Jan 2026 05:08:29 +1000 Subject: [PATCH] fix: use correct icon name 'copy' instead of 'clipboard' --- apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx b/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx index 80046b1..99089d4 100644 --- a/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx +++ b/apps/web/src/app/agents/[id]/chat/[chatId]/page.tsx @@ -714,7 +714,7 @@ export default function PublicAgentChatPage(): React.ReactElement { navigator.clipboard.writeText(JSON.stringify(messages, null, 2)); }} > - + Copy JSON