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 a390149 commit 7a943eeCopy full SHA for 7a943ee
core-concepts/ai-ingestion.mdx
@@ -6,7 +6,7 @@ icon: "bot-message-square"
6
7
export const PreviewButton = ({ children, href }) => {
8
return (
9
- <a href={href} className="text-sm font-medium text-white dark:!text-zinc-950 bg-zinc-900 hover:bg-zinc-700 dark:bg-zinc-100 hover:dark:bg-zinc-300 rounded-full px-3.5 py-1.5 not-prose">
+ <a href={href} className="text-sm font-medium text-white dark:!text-zinc-950 bg-zinc-900 hover:bg-zinc-700 dark:bg-zinc-100 hover:dark:bg-zinc-300 rounded-full px-3.5 py-1.5 not-prose" target="_blank" rel="noopener noreferrer">
10
{children}
11
</a>
12
)
0 commit comments