Skip to content

Commit

Permalink
Merge pull request #122 from poanetwork/fix/zz-#121-change-support-link
Browse files Browse the repository at this point in the history
feat(footer): Changed repo link to POA Bridge
  • Loading branch information
rstormsf authored Jul 10, 2018
2 parents 397d1b1 + e311dbf commit 477c068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Footer = () => (
<div className="socials">
<a href="https://twitter.com/poanetwork" target="_blank" className="socials-item" rel="noopener noreferrer"><i className="socials-i socials-i_twitter" /></a>
<a href="https://t.me/poa_network" target="_blank" className="socials-item" rel="noopener noreferrer"><i className="socials-i socials-i_telegram" /></a>
<a href="https://github.com/poanetwork/" target="_blank" className="socials-item" rel="noopener noreferrer"><i className="socials-i socials-i_github" /></a>
<a href="https://github.com/poanetwork/poa-bridge" target="_blank" className="socials-item" rel="noopener noreferrer"><i className="socials-i socials-i_github" /></a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 477c068

Please sign in to comment.