Skip to content

Commit 258b70f

Browse files
committed
ui: Settings 베타 참여 링크 컴포넌트 정리
1 parent 22bac74 commit 258b70f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Application/Presentation/ProfileTab/Sources/Settings/SettingsView.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ struct SettingsView: View {
7272
}
7373
}
7474
if let betaTestURL = store.betaTestURL {
75-
Button {
76-
UIApplication.shared.open(betaTestURL)
77-
} label: {
75+
Link(destination: betaTestURL) {
7876
VStack(alignment: .leading) {
7977
Text(String(localized: "settings_join_beta"))
78+
.foregroundStyle(Color.primary)
8079
Text(String(localized: "settings_join_beta_subtitle"))
8180
.foregroundStyle(Color.gray)
8281
.font(.caption)

0 commit comments

Comments
 (0)