Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Fixes #96 and #94 #99

Merged
merged 2 commits into from
Nov 9, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fixes #96 and #94
  • Loading branch information
loangelak committed Nov 9, 2017
commit e446d930e3dbd3006dfeff516ef05760406d5a78
3 changes: 2 additions & 1 deletion components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import FaFacebook from 'react-icons/lib/fa/facebook';
import FaYoutube from 'react-icons/lib/fa/youtube-play';
import FaGithub from 'react-icons/lib/fa/github-alt';
import FaInstagram from 'react-icons/lib/fa/instagram';
import FaTwitter from 'react-icons/lib/fa/twitter';

export default () => (
<footer>
Expand Down Expand Up @@ -31,7 +32,7 @@ export default () => (
</a>
</li>
<li>
<a href="https://www.meetup.com/coderplex/">m</a>
<a href="https://www.twitter.com/coderplex/"><FaTwitter size={20}</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @loangelak
You forgot to close FaTwitter tag . It should be <FaTwitter size={20}/>

</li>
</ul>
</div>
Expand Down