Skip to content

Commit d0bff3e

Browse files
committed
[FIX] 마이페이지 피드백 링크 변경
1 parent d46fef4 commit d0bff3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/mypage/src/main/java/com/hanbang/mypage/MyPageScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private fun MyPageScreen(
121121
item {
122122
MyPageFeedbackBox(
123123
onClick = {
124-
val url = "http://pf.kakao.com/_bfCen/chat"
124+
val url = "https://naver.me/G02lXXxS"
125125
val intent = Intent(Intent.ACTION_VIEW, url.toUri())
126126
context.startActivity(intent)
127127
}

0 commit comments

Comments
 (0)