diff --git a/frontend/web/src/components/chat-body/ChatBody.tsx b/frontend/web/src/components/chat-body/ChatBody.tsx
index fa2bf23..eb6a63a 100644
--- a/frontend/web/src/components/chat-body/ChatBody.tsx
+++ b/frontend/web/src/components/chat-body/ChatBody.tsx
@@ -259,7 +259,7 @@ export const ChatBody = ({ messages }: { messages: Message[] }) => {
strong: ({ children }) => {children},
em: ({ children }) => {children},
a: ({ children, href }) => (
-