diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 1f1d6c0d..1efff13f 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -680,27 +680,27 @@ function AllSources(sources: AllSourcesProps) { isExternalSource && source.link && handleCardClick(source.link) } > - {isExternalSource && ( -
+

+ {`${index + 1}. ${source.title}`} + {isExternalSource && ( External Link -

- )} - -

- {`${index + 1}. ${source.title}`} -

-
+ )} +

{source.text}