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.

Commit 531766f

Browse files
loangelakvinaypuppal
loangelak
authored andcommitted
Fixes #96 and #94 (#99)
* Fixes #96 and #94 * Fixes #96 and #94 Minor adjustment to file.
1 parent eb96ddb commit 531766f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/footer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import FaFacebook from 'react-icons/lib/fa/facebook';
33
import FaYoutube from 'react-icons/lib/fa/youtube-play';
44
import FaGithub from 'react-icons/lib/fa/github-alt';
55
import FaInstagram from 'react-icons/lib/fa/instagram';
6+
import FaTwitter from 'react-icons/lib/fa/twitter';
67

78
export default () => (
89
<footer>
@@ -31,7 +32,7 @@ export default () => (
3132
</a>
3233
</li>
3334
<li>
34-
<a href="https://www.meetup.com/coderplex/">m</a>
35+
<a href="https://www.twitter.com/coderplex/"><FaTwitter size={20}/></a>
3536
</li>
3637
</ul>
3738
</div>

0 commit comments

Comments
 (0)