Skip to content

Commit d04c0fa

Browse files
committed
Deleted SocialButtons component
1 parent 720c530 commit d04c0fa

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

components/article/SocialButtons.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

pages/articles/[id].js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import styled from 'styled-components'
33
import Head from 'next/head'
44

55
import Markdown from '../../components/article/Markdown'
6-
import SocialButtons from '../../components/article/SocialButtons'
76
import Comments from '../../components/article/Comments'
87

98
const fetcher = url => fetch(url).then(r => r.json())
@@ -41,7 +40,6 @@ export default function Article({ params, article }) {
4140

4241
<DivArticle>
4342
<Markdown data={data} />
44-
<SocialButtons params={params} />
4543
<Comments params={params} />
4644
</DivArticle>
4745
</>

0 commit comments

Comments
 (0)