Skip to content

Commit 51be7c9

Browse files
committed
fix: add target
1 parent c91fbf3 commit 51be7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/post/PostCustomBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const onClick = () => {
1616
const PostCustomBanner: React.FC<PostCustomBannerProps> = ({ image, url }) => {
1717
return (
1818
<PostCustomBannerBlock onClick={onClick}>
19-
<a href={url}>
19+
<a href={url} target="_blank">
2020
<img src={image} alt="post-custom-banner" />
2121
</a>
2222
</PostCustomBannerBlock>

0 commit comments

Comments
 (0)