diff --git a/LeCountdown/Views/Reusable/TipView.swift b/LeCountdown/Views/Reusable/TipView.swift index 0a44507..79ddbc0 100644 --- a/LeCountdown/Views/Reusable/TipView.swift +++ b/LeCountdown/Views/Reusable/TipView.swift @@ -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)