diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 1d7c85646..e9de78acd 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -244,8 +244,8 @@ const ConversationBubble = forwardRef< ? 'rgba(125, 84, 209, 0.3)' : '#EEEEEE' : isLikeClicked - ? 'rgba(125, 84, 209, 0.3)' - : '#ffffff', + ? 'rgba(125, 84, 209, 0.3)' + : '#ffffff', }} >
-

{sources[openSource].text}

+

+ {sources[openSource].text} +

)}