Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix GitHub and Twitter links on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan committed May 30, 2017
1 parent ac2615a commit 70485a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/pages/homepage/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ class Body extends React.Component {
<a href="/forum" className="boilerplate">Forum</a>
</div>
<div className="social-links">
<a href="#" target="_blank" className="link-icon github" title="GitHub"></a>
<a href="#" target="_blank" className="link-icon twitter" title="Twitter"></a>
<a href="https://github.com/mozilla-services/screenshots" target="_blank" className="link-icon github" title="GitHub"></a>
<a href="https://twitter.com/FxScreenshots" target="_blank" className="link-icon twitter" title="Twitter"></a>
</div>
</div>
</footer>
Expand Down

0 comments on commit 70485a1

Please sign in to comment.