Skip to content

Commit

Permalink
fix(project): a link target (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: wb-xcf804241 <wb-xcf804241@alibaba-inc.com>
  • Loading branch information
ai-qing-hai and wb-xcf804241 authored Jan 24, 2024
1 parent 3052e1c commit 0d295fd
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 0d295fd

Please sign in to comment.