Merge branch 'main' into feature/i18n

This commit is contained in:
Yu Sung
2025-12-09 20:06:15 +09:00
7 changed files with 56 additions and 15 deletions

View File

@@ -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