remove social links

Seto Elkahfi committed Jan 3, 2020 at 03:12 UTC 4022eac6866d498af9b6de7666f6b086a106e5a5
1 file changed -6
src/components/FooterLinks.js
-6
@@ -31,12 +31,6 @@ const FooterLinks = () => (
31 <a style={linkStyle} href="https://github.com/setoelkahfi" alt="GitHub" target="_blank" rel="noopener noreferrer">github</a>
32 <a style={linkStyle} href="https://id.linkedin.com/in/setoelkahfi" alt="LinkedIn" target="_blank" rel="noopener noreferrer">linkedin</a>
33 <a style={linkStyle} href="https://stackoverflow.com/users/1137814/seto" alt="StackOverflow" target="_blank" rel="noopener noreferrer">stackoverflow</a>
34 - <a style={linkStyle} href="https://www.quora.com/profile/Seto-Elkahfi" alt="Quora" target="_blank" rel="noopener noreferrer">quora</a>
35 - <a style={linkStyle} href="https://setoelkahfi.wordpress.com" alt="Blog" target="_blank" rel="noopener noreferrer">blog</a>
36 - <a style={linkStyle} href="https://www.youtube.com/user/setoelkahfi?sub_confirmation=1" alt="YouTube" target="_blank" rel="noopener noreferrer">youtube</a>
37 - <a style={linkStyle} href="https://fb.com/setoelkahfi" alt="Facebook" target="_blank" rel="noopener noreferrer">facebook</a>
38 - <a style={linkStyle} href="https://www.instagram.com/setoelkahfi/" alt="Instagram" target="_blank" rel="noopener noreferrer">instagram</a>
39 - <a style={linkStyle} href="https://twitter.com/setoelkahfi" alt="Twitter" target="_blank" rel="noopener noreferrer">twitter</a>
34 </footer>
35 );
36