Skip to content

Commit 052b455

Browse files
authored
Merge pull request #337 from timiwritescode/source
2 parents dd00059 + c0e3709 commit 052b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/ProjectsCards.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Card = ({
2020

2121
return (
2222
<div className="Card-Container">
23-
<a className="Card-Real-Link" href={projectLink}>
23+
<a className="Card-Real-Link" href={projectLink} target='blank'>
2424
<div className="Card-Header">
2525
<img
2626
className="Project-Logo"

0 commit comments

Comments
 (0)