diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index 1a06846..6ae9c5b 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -130,6 +130,8 @@ struct MyPageView: View { UIApplication.shared.canOpenURL(url) { // Voice On Banner Image("img_introduce_voiceon") + .resizable() + .frame(maxWidth: .infinity) .padding(.horizontal, 24) .onTapGesture { UIApplication.shared.open(url)