이준호

[ADD] 카카오톡 공유하기 모바일 버튼 추가

......@@ -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",
},
},
],
});
......