changeset 57:838099ff1e02

Remove privacy policy and terms of use
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 18:05:52 +0100
parents c3c0482640ff
children cdb5ec112739
files Simoleon/SubscriptionPaywall.swift
diffstat 1 files changed, 1 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/Simoleon/SubscriptionPaywall.swift	Tue Jul 27 18:05:39 2021 +0100
+++ b/Simoleon/SubscriptionPaywall.swift	Tue Jul 27 18:05:52 2021 +0100
@@ -66,20 +66,7 @@
                     SubscribeButton(showingSubscriptionPaywall: $showingSubscriptionPaywall)
                     HStack {
                         Spacer()
-                        VStack {
-                            RestoreButton(showingSubscriptionPaywall: $showingSubscriptionPaywall)
-                                .padding(.bottom)
-                            HStack {
-                                Link(destination: URL(string: "https://dennistech.io/privacy-policy")!) {
-                                    Text("Privacy Policy", comment: "Button to go to app privacy policy")
-                                }
-                                
-                                Link(destination: URL(string: "https://dennistech.io/terms-of-use")!) {
-                                    Text("Terms of Use", comment: "Button to go to app terms of use")
-                                }
-                            }
-                        }
-                        
+                        RestoreButton(showingSubscriptionPaywall: $showingSubscriptionPaywall)
                         Spacer()
                     }
                 }