diff --git a/app/components/Chatbot/ChatEntry.tsx b/app/components/Chatbot/ChatEntry.tsx index 6fe4f32e..5a6a3af2 100644 --- a/app/components/Chatbot/ChatEntry.tsx +++ b/app/components/Chatbot/ChatEntry.tsx @@ -106,11 +106,11 @@ const ReferencePopup = (citation: Citation) => { const parsed = citation.text?.match(/^###.*?###\s+"""(.*?)"""$/ms) if (!parsed) return undefined return ( -