Mercurial > public > simoleon
changeset 70:3833a7d0a9f9
Changed legal links
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 28 Jul 2021 12:44:21 +0100 |
parents | a6bddc1066b9 |
children | f67568e5f6a2 |
files | Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Simoleon/Settings.swift |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed
--- 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") } }