Skip to content

Commit

Permalink
Update the url of "About me"
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmerk committed May 7, 2018
1 parent be2ead0 commit 92ada24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/repos/ReposPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class ReposPage extends React.Component {
return (
<div className="flex-column layout-column-start-center" style={{ width: '100%' }}>
<div>
<a href="https://grimmer.io/">About me</a>
<a href="https://grimmer.netlify.com/">About me</a>
</div>
<div className="flex-column">
<span>{statusStr}</span>
Expand Down

0 comments on commit 92ada24

Please sign in to comment.