From e09f93255015dc7812a25630c46d8540adcd6ddb Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 20 Jan 2025 21:44:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=94=94=EC=85=98=20=EC=9D=B4?= =?UTF-8?q?=EC=9A=A9=EB=B0=A9=EB=B2=95=20=EB=A7=81=ED=81=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Audition/AuditionView.swift | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/SodaLive/Sources/Audition/AuditionView.swift b/SodaLive/Sources/Audition/AuditionView.swift index 03d2aea..aa14ec5 100644 --- a/SodaLive/Sources/Audition/AuditionView.swift +++ b/SodaLive/Sources/Audition/AuditionView.swift @@ -22,6 +22,29 @@ struct AuditionView: View { } } + HStack(spacing: 0) { + Text("보이스온 오디션 이용방법") + .font(.custom(Font.medium.rawValue, size: 13.3)) + .foregroundColor(.white) + + Spacer() + + Text("자세히>") + .font(.custom(Font.medium.rawValue, size: 13.3)) + .foregroundColor(.white) + } + .padding(.horizontal, 13.3) + .padding(.vertical, 10) + .background(Color.gray22) + .cornerRadius(5.3) + .padding(.horizontal, 13.3) + .padding(.bottom, 15) + .onTapGesture { + UIApplication.shared.open( + URL(string: "https://bit.ly/40EYuJc")! + ) + } + ScrollView(.vertical, showsIndicators: false) { LazyVStack(alignment: .leading, spacing: 25) { ForEach(0..