We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47af702 commit de24140Copy full SHA for de24140
src/components/footer/index.js
@@ -65,7 +65,7 @@ class Footer extends React.Component {
65
<li><Link to="/">Home</Link></li>
66
<li><Link to="/learning">Learning</Link></li>
67
<li><Link to="/about">About</Link></li>
68
- <li><a href="http://services.codecorgi.co/">Services</a></li>
+ <li><a href="https://m.do.co/c/43e728dec4d8/" target="_blank">Hosted on Digital Ocean</a></li>
69
<li><a href="https://github.com/corgicode/frontend-react/blob/dev/CODE_OF_CONDUCT.md" target="_blank">Code Of Conduct</a></li>
70
</ul>
71
</div>
0 commit comments