Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit dec7540

Browse files
Luke Hindspeppescg
andauthored
Update src/components/Markdown.tsx
Co-authored-by: Giuseppe Scuglia <[email protected]>
1 parent 1d6cbc7 commit dec7540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function Markdown({ children, fontSize, className = "" }: Props) {
131131
},
132132
a({ children, ...props }) {
133133
return (
134-
<a className="text-blue-600 hover:text-blue-800 underline" {...props}>
134+
<a className="text-blue-600 hover:text-blue-800 underline" target="_blank" {...props}>
135135
{children}
136136
</a>
137137
);

0 commit comments

Comments
 (0)