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:29:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a46027787d66985b6e94dfdcc239405d9e7ebe6d
a4602778
1 parent
f04a036b
[FIXED] 카카오톡 앱에서 공유버튼 없는 오류(오타) 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
src/components/kakao/KakaoBtn.js
src/components/kakao/KakaoBtn.js
View file @
a460277
...
...
@@ -41,14 +41,9 @@ const KakaoBtn = ({result}) => {
title
:
"나도 테스트 하기"
,
link
:
{
webUrl
:
"http://khusat.herokuapp.com"
,
mobileWebUrl
:
"http://khusat.herokuapp.com"
,
},
},{
title
:
"나도 테스트 하기"
,
link
:
{
moblieWebUrl
:
"http://khusat.herokuapp.com"
,
},
},
],
},],
});
}
};
...
...
Please
register
or
login
to post a comment