Toggle navigation
Toggle navigation
This project
Loading...
Sign in
khusat
/
khusat-front
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이준호
2020-12-10 18:21:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f04a036ba74f0f7e416b409de16f465be6c00369
f04a036b
1 parent
e0e8ff88
[ADD] 카카오톡 공유하기 모바일 버튼 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
src/components/kakao/KakaoBtn.js
src/components/kakao/KakaoBtn.js
View file @
f04a036
...
...
@@ -33,9 +33,8 @@ const KakaoBtn = ({result}) => {
},
},
social
:
{
likeCount
:
77
,
commentCount
:
55
,
sharedCount
:
333
,
likeCount
:
7
,
sharedCount
:
7
,
},
buttons
:
[
{
...
...
@@ -43,6 +42,11 @@ const KakaoBtn = ({result}) => {
link
:
{
webUrl
:
"http://khusat.herokuapp.com"
,
},
},{
title
:
"나도 테스트 하기"
,
link
:
{
moblieWebUrl
:
"http://khusat.herokuapp.com"
,
},
},
],
});
...
...
Please
register
or
login
to post a comment