# HG changeset patch # User Dennis Concepción Martín # Date 1627405552 -3600 # Node ID 838099ff1e02d1f0d32dabde8232108fcce66584 # Parent c3c0482640ffbc0324784c2279d24cbb0fe6dc21 Remove privacy policy and terms of use diff -r c3c0482640ff -r 838099ff1e02 Simoleon/SubscriptionPaywall.swift --- 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() } }