From 23ebcf1065732d8630f8165a5630f617030409ac Mon Sep 17 00:00:00 2001
From: ManishMadan2882
Date: Sat, 17 May 2025 01:33:37 +0530
Subject: [PATCH] (fix:all_sources) inlined svg, dom heirarchy
---
.../src/conversation/ConversationBubble.tsx | 34 +++++++++----------
1 file changed, 17 insertions(+), 17 deletions(-)
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 && (
-
- )}
-
-
- {`${index + 1}. ${source.title}`}
-
-
+ )}
+
{source.text}