마이페이지 탭에 보이스 크리에이터 지원하기 배너 추가
This commit is contained in:
@@ -126,6 +126,18 @@ struct MyPageView: View {
|
||||
.padding(.horizontal, 24)
|
||||
}
|
||||
|
||||
if let url = URL(string: "https://bit.ly/4h7pVks"),
|
||||
UIApplication.shared.canOpenURL(url) {
|
||||
// Voice On Banner
|
||||
Image("img_apply_creator")
|
||||
.resizable()
|
||||
.frame(maxWidth: .infinity)
|
||||
.padding(.horizontal, 24)
|
||||
.onTapGesture {
|
||||
UIApplication.shared.open(url)
|
||||
}
|
||||
}
|
||||
|
||||
if let url = URL(string: "https://blog.naver.com/sodalive_official"),
|
||||
UIApplication.shared.canOpenURL(url) {
|
||||
// Voice On Banner
|
||||
|
||||
Reference in New Issue
Block a user