Skip to content

Commit

Permalink
Merge pull request #22 from stephin007/stephin007-patch-1
Browse files Browse the repository at this point in the history
Update Project.js
  • Loading branch information
stephin007 authored Jan 10, 2021
2 parents 6ffd91b + 3549502 commit 44d1646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Portfolio extends Component {
className="icon-github"
style={{
display:
ProjectData.byID[id].projLink !== ""
ProjectData.byID[id].gitLink !== ""
? "block"
: "none",
}}
Expand Down

0 comments on commit 44d1646

Please sign in to comment.