From bfde23891f5b0999ae57e3319e9ee0170158479b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 17 Oct 2025 15:48:17 +0900 Subject: [PATCH] =?UTF-8?q?fix(mypage):=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=EB=A5=BC=20resizing=20=ED=95=98=EC=97=AC=20UI=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EA=B0=80=20=EC=9A=B0=EC=B8=A1=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B0=80=EB=A6=AC=EB=8D=98=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/MyPage/MyPageView.swift | 2 ++ 1 file changed, 2 insertions(+) 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)