Mercurial > public > simoleon
comparison 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 |
comparison
equal
deleted
inserted
replaced
69:a6bddc1066b9 | 70:3833a7d0a9f9 |
---|---|
76 Section(header: Text("About")) { | 76 Section(header: Text("About")) { |
77 Link(destination: URL(string: "https://dennistech.io")!) { | 77 Link(destination: URL(string: "https://dennistech.io")!) { |
78 Text("Website") | 78 Text("Website") |
79 } | 79 } |
80 | 80 |
81 Link(destination: URL(string: "https://dennistech.io/privacy-policy")!) { | 81 Link(destination: URL(string: "https://dennistech.io/simoleon-privacy-policy")!) { |
82 Text("Privacy Policy") | 82 Text("Privacy Policy") |
83 } | 83 } |
84 | 84 |
85 Link(destination: URL(string: "https://dennistech.io/terms-of-use")!) { | 85 Link(destination: URL(string: "https://dennistech.io/simoleon-terms-of-use")!) { |
86 Text("Terms of Use") | 86 Text("Terms of Use") |
87 } | 87 } |
88 } | 88 } |
89 } | 89 } |
90 .alert(isPresented: $showingAlert) { | 90 .alert(isPresented: $showingAlert) { |