We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770286f commit 0d48c2eCopy full SHA for 0d48c2e
packages/notion-to-jsx/src/components/Renderer/components/LinkPreview/LinkPreview.tsx
@@ -145,7 +145,7 @@ const LinkPreview: React.FC<LinkPreviewProps> = ({ url }) => {
145
<div className={content}>
146
<div className={title}>{repoName}</div>
147
<div className={updatedText}>
148
- {loading ? 'Loading...' : `NotionX • ${updatedTimeText}`}
+ {loading ? 'Loading...' : `${repoName} • ${updatedTimeText}`}
149
</div>
150
151
0 commit comments