Skip to content

Commit

Permalink
chore: update the footer GH link to SB repo #281
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jun 29, 2023
1 parent bd226ff commit 720807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Expand Up @@ -30,7 +30,7 @@ class Footer extends Component {
<li className="brunch"><a target='_black' href="https://brunch.co.kr/@helloiconworld"><span className="img"></span></a></li>
<li className="twitter"><a target='_black' href="https://twitter.com/helloiconworld"><span className="img"></span></a></li>
<li className="facebook"><a target='_black' href="https://www.facebook.com/helloicon"><span className="img"></span></a></li>
<li className="github"><a target='_black' href="https://github.com/icon-project"><span className="img"></span></a></li>
<li className="github"><a target='_black' href="https://github.com/sudoblockio/icon-tracker-frontend"><span className="img"></span></a></li>
</ul>
<div className="mainnet"><p>{this.state.current}<i className="img"></i></p>
<ul>
Expand Down

0 comments on commit 720807a

Please sign in to comment.