Showing
1 changed file
with
2 additions
and
7 deletions
... | @@ -41,14 +41,9 @@ const KakaoBtn = ({result}) => { | ... | @@ -41,14 +41,9 @@ const KakaoBtn = ({result}) => { |
41 | title: "나도 테스트 하기", | 41 | title: "나도 테스트 하기", |
42 | link: { | 42 | link: { |
43 | webUrl: "http://khusat.herokuapp.com", | 43 | webUrl: "http://khusat.herokuapp.com", |
44 | + mobileWebUrl: "http://khusat.herokuapp.com", | ||
44 | }, | 45 | }, |
45 | - },{ | 46 | + },], |
46 | - title: "나도 테스트 하기", | ||
47 | - link: { | ||
48 | - moblieWebUrl: "http://khusat.herokuapp.com", | ||
49 | - }, | ||
50 | - }, | ||
51 | - ], | ||
52 | }); | 47 | }); |
53 | } | 48 | } |
54 | }; | 49 | }; | ... | ... |
-
Please register or login to post a comment