Skip to content

Commit 720c530

Browse files
committed
Deleted XFBML
1 parent cf46bac commit 720c530

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/article/SocialButtons.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
import styled from 'styled-components'
22
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
33
import { faTwitter } from '@fortawesome/free-brands-svg-icons'
4-
import { useEffect } from 'react'
54

65
export default function SocialButtons({ params }) {
7-
useEffect(() => {
8-
window.FB.XFBML.parse()
9-
})
10-
116
return (
127
<DivSocialButtons>
138
<div

0 commit comments

Comments
 (0)