@ -21,7 +21,7 @@ struct TipView: View {
Text(tip.localizedString)
if let link = tip.link {
Button {
UIApplication.shared.canOpenURL(link)
UIApplication.shared.open(link)
} label: {
Text("Learn more")
}.buttonStyle(.bordered)