Skip to content

Commit

Permalink
Change first support row to "User guide" and link it to the web user …
Browse files Browse the repository at this point in the history
…guide.
  • Loading branch information
jensutbult committed Nov 20, 2024
1 parent 63d6bcc commit 50462b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Authenticator/UI/About/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ struct AboutView: View {
}
Section("Support") {
Button {
UIApplication.shared.open(URL(string: "https://support.yubico.com/")!)
UIApplication.shared.open(URL(string: "https://docs.yubico.com/software/yubikey/tools/authenticator/auth-guide/index.html")!)
} label: {
HStack {
ListIconView(image: Image(systemName: "questionmark.circle"), color: Color(.systemPink))
Text("Help with YubiKey")
ListIconView(image: Image(systemName: "book"), color: Color(.systemPink))
Text("User guide")
}
}
Button {
Expand Down

0 comments on commit 50462b2

Please sign in to comment.