Mercurial > public > simoleon
diff Simoleon/Settings.swift @ 70:3833a7d0a9f9
Changed legal links
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 28 Jul 2021 12:44:21 +0100 |
parents | 1d438bede031 |
children | 2b85d6ed433e |
line wrap: on
line diff
--- a/Simoleon/Settings.swift Wed Jul 28 12:44:21 2021 +0100 +++ b/Simoleon/Settings.swift Wed Jul 28 12:44:21 2021 +0100 @@ -78,11 +78,11 @@ Text("Website") } - Link(destination: URL(string: "https://dennistech.io/privacy-policy")!) { + Link(destination: URL(string: "https://dennistech.io/simoleon-privacy-policy")!) { Text("Privacy Policy") } - Link(destination: URL(string: "https://dennistech.io/terms-of-use")!) { + Link(destination: URL(string: "https://dennistech.io/simoleon-terms-of-use")!) { Text("Terms of Use") } }