We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf46bac commit 720c530Copy full SHA for 720c530
components/article/SocialButtons.js
@@ -1,13 +1,8 @@
1
import styled from 'styled-components'
2
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
3
import { faTwitter } from '@fortawesome/free-brands-svg-icons'
4
-import { useEffect } from 'react'
5
6
export default function SocialButtons({ params }) {
7
- useEffect(() => {
8
- window.FB.XFBML.parse()
9
- })
10
-
11
return (
12
<DivSocialButtons>
13
<div
0 commit comments