fix: Fix Terms and Conditions URL

Co-authored-by: Alex Morral <alex.morral@proton.ch>

Refs: https://gitlab.protontech.ch/apple/shared/protoncore/-/merge_requests/1870
This commit is contained in:
Erik Ackermann 2024-07-22 13:21:22 +00:00
commit 1f7d0eb2c3

View file

@ -53,7 +53,7 @@ final class ExternalLinks {
var termsAndConditions: URL {
switch clientApp {
case .wallet:
return URL(string: "https://proton.me/leqal/wallet/terms")!
return URL(string: "https://proton.me/legal/wallet/terms")!
default:
return URL(string: "https://proton.me/legal/terms-ios")!
}