Skip to content

Commit 7a943ee

Browse files
committed
Update page
1 parent a390149 commit 7a943ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-concepts/ai-ingestion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: "bot-message-square"
66

77
export const PreviewButton = ({ children, href }) => {
88
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">
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" target="_blank" rel="noopener noreferrer">
1010
{children}
1111
</a>
1212
)

0 commit comments

Comments
 (0)