Skip to content

Commit

Permalink
Merge pull request firstcontributions#337 from timiwritescode/source
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshanjossey authored Jul 21, 2023
2 parents dd00059 + c0e3709 commit 052b455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectList/ProjectsCards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Card = ({

return (
<div className="Card-Container">
<a className="Card-Real-Link" href={projectLink}>
<a className="Card-Real-Link" href={projectLink} target='blank'>
<div className="Card-Header">
<img
className="Project-Logo"
Expand Down

0 comments on commit 052b455

Please sign in to comment.