Skip to content

Commit

Permalink
fix: add target
Browse files Browse the repository at this point in the history
  • Loading branch information
winverse committed Dec 29, 2023
1 parent c91fbf3 commit 51be7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/post/PostCustomBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const onClick = () => {
const PostCustomBanner: React.FC<PostCustomBannerProps> = ({ image, url }) => {
return (
<PostCustomBannerBlock onClick={onClick}>
<a href={url}>
<a href={url} target="_blank">
<img src={image} alt="post-custom-banner" />
</a>
</PostCustomBannerBlock>
Expand Down

0 comments on commit 51be7c9

Please sign in to comment.