Skip to content

Commit

Permalink
fix(project): a link target
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-xcf804241 committed Jan 24, 2024
1 parent 3052e1c commit 80b065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/ProjectCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export function ProjectCard() {

return <a
href={href}
target='_black'
target='_blank'
>
<ActiveIcon
className={styles.link}
Expand Down

0 comments on commit 80b065b

Please sign in to comment.