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