카카오 플러스 친구 URL 변경

This commit is contained in:
Yu Sung
2023-08-19 16:06:23 +09:00
parent 22ce5a9cbd
commit c89beb91f5
5 changed files with 287 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ struct ServiceCenterView: View {
.cornerRadius(8)
.padding(.top, 20)
.onTapGesture {
UIApplication.shared.open(URL(string: "http://pf.kakao.com/_sZaeb")!)
UIApplication.shared.open(URL(string: "http://pf.kakao.com/_lkxgxhG/chat")!)
}
Rectangle()