We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c243be commit 94a4fd6Copy full SHA for 94a4fd6
1 file changed
src/components/bubbles/BotBubble.tsx
@@ -434,7 +434,7 @@ export const BotBubble = (props: Props) => {
434
const URL = isValidURL(src.metadata.source);
435
return (
436
<SourceBubble
437
- pageContent={URL ? URL.pathname : src.pageContent}
+ pageContent={src.metadata.title ? src.metadata.title : URL ? URL.pathname : src.pageContent}
438
metadata={src.metadata}
439
onSourceClick={() => {
440
if (URL) {
0 commit comments