Showing
1 changed file
with
7 additions
and
3 deletions
... | @@ -33,9 +33,8 @@ const KakaoBtn = ({result}) => { | ... | @@ -33,9 +33,8 @@ const KakaoBtn = ({result}) => { |
33 | }, | 33 | }, |
34 | }, | 34 | }, |
35 | social: { | 35 | social: { |
36 | - likeCount: 77, | 36 | + likeCount: 7, |
37 | - commentCount: 55, | 37 | + sharedCount: 7, |
38 | - sharedCount: 333, | ||
39 | }, | 38 | }, |
40 | buttons: [ | 39 | buttons: [ |
41 | { | 40 | { |
... | @@ -43,6 +42,11 @@ const KakaoBtn = ({result}) => { | ... | @@ -43,6 +42,11 @@ const KakaoBtn = ({result}) => { |
43 | link: { | 42 | link: { |
44 | webUrl: "http://khusat.herokuapp.com", | 43 | webUrl: "http://khusat.herokuapp.com", |
45 | }, | 44 | }, |
45 | + },{ | ||
46 | + title: "나도 테스트 하기", | ||
47 | + link: { | ||
48 | + moblieWebUrl: "http://khusat.herokuapp.com", | ||
49 | + }, | ||
46 | }, | 50 | }, |
47 | ], | 51 | ], |
48 | }); | 52 | }); | ... | ... |
-
Please register or login to post a comment