Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Changed repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
cnocon committed Jan 5, 2021
1 parent 68eed73 commit 639f29d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ yarn-error.log
.netlify/

# Local Netlify folder
.netlify
.netlify

README.html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/0a37aacc-5e70-4457-aa80-ac247572971a/deploy-status)](https://app.netlify.com/sites/cristin-io/deploys)
![GitHub top language](https://img.shields.io/github/languages/top/cnocon/app-gatsby?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/cnocon/cristin-io?style=plastic)
11 changes: 1 addition & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"repository": {
"type": "git",
"url": "https://github.com/cnocon/app-gatsby"
"url": "https://github.com/cnocon/cristin-io"
},
"bugs": {
"url": "https://github.com/cnocon/app-gatsby/issues"
"url": "https://github.com/cnocon/cristin-io/issues"
}
}
2 changes: 1 addition & 1 deletion src/components/PortfolioList/PortfolioList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const PortfolioList = () => {
<div className="col-sm-12 col-md-6 col-lg-4">
<header>
<h4>
<a href="https://github.com/cnocon/app-gatsby" target="_blank" rel="noreferrer">GitHub</a>
<a href="https://github.com/cnocon/cristin-io" target="_blank" rel="noreferrer">GitHub</a>
&nbsp;|&nbsp;
<a href="https://cristin.io" target="_blank" rel="noreferrer">Demo</a>
</h4>
Expand Down

0 comments on commit 639f29d

Please sign in to comment.