diff --git a/apps/web-remix/app/components/chat/ChatMarkdown.tsx b/apps/web-remix/app/components/chat/ChatMarkdown.tsx index 829f37db9..53658a852 100644 --- a/apps/web-remix/app/components/chat/ChatMarkdown.tsx +++ b/apps/web-remix/app/components/chat/ChatMarkdown.tsx @@ -394,7 +394,7 @@ function Code({ }); } - if (className?.includes('lang-buildel_message_attachments')) { + if (className?.includes('language-buildel_message_attachments')) { try { const attachments = MessageAttachments.parse( JSON.parse((children || '').toString()),