yozm -> sodalive 로 변경

This commit is contained in:
Yu Sung
2023-08-19 21:57:19 +09:00
parent a22a3ebf6c
commit 8e23f65086
13 changed files with 15 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ struct LiveView: View {
.padding(.top, 13.3)
}
if let url = URL(string: "https://blog.naver.com/yozmlive"),
if let url = URL(string: "https://blog.naver.com/sodalive_official"),
UIApplication.shared.canOpenURL(url) {
Image("img_how_to_use")
.resizable()