type Props = { pageContent: string; metadata: object; onSourceClick?: () => void; }; export const SourceBubble = (props: Props) => ( <>