We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a9ba71 + 94a4fd6 commit 5ec1a91Copy full SHA for 5ec1a91
1 file changed
src/components/bubbles/BotBubble.tsx
@@ -529,7 +529,7 @@ export const BotBubble = (props: Props) => {
529
const URL = isValidURL(src.metadata.source);
530
return (
531
<SourceBubble
532
- pageContent={URL ? URL.pathname : src.pageContent}
+ pageContent={src.metadata.title ? src.metadata.title : URL ? URL.pathname : src.pageContent}
533
metadata={src.metadata}
534
onSourceClick={() => {
535
if (URL) {
0 commit comments