chore(brand): 앱 명칭을 소다라이브로 변경한다
This commit is contained in:
@@ -136,7 +136,7 @@ struct MyPageView: View {
|
||||
|
||||
if let url = URL(string: "https://bit.ly/4h7pVks"),
|
||||
UIApplication.shared.canOpenURL(url) {
|
||||
// Voice On Banner
|
||||
// SodaLive Banner
|
||||
Image("img_apply_creator")
|
||||
.resizable()
|
||||
.frame(maxWidth: .infinity)
|
||||
@@ -148,7 +148,7 @@ struct MyPageView: View {
|
||||
|
||||
if let url = URL(string: "https://blog.naver.com/sodalive_official"),
|
||||
UIApplication.shared.canOpenURL(url) {
|
||||
// Voice On Banner
|
||||
// SodaLive Banner
|
||||
Image("img_introduce_voiceon")
|
||||
.resizable()
|
||||
.frame(maxWidth: .infinity)
|
||||
|
||||
Reference in New Issue
Block a user