feat: add privacy policy and terms of service
- Add HTML files for hosting at 88oakapps.com/privacy and /terms - Update SettingsView links to use 88oakapps.com domain - Plain English, minimal legal documents for freemium app Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -211,15 +211,15 @@ struct SettingsView: View {
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
||||
Link(destination: URL(string: "https://sportstime.app/privacy")!) {
|
||||
Link(destination: URL(string: "https://88oakapps.com/privacy")!) {
|
||||
Label("Privacy Policy", systemImage: "hand.raised")
|
||||
}
|
||||
|
||||
Link(destination: URL(string: "https://sportstime.app/terms")!) {
|
||||
Link(destination: URL(string: "https://88oakapps.com/terms")!) {
|
||||
Label("Terms of Service", systemImage: "doc.text")
|
||||
}
|
||||
|
||||
Link(destination: URL(string: "mailto:support@sportstime.app")!) {
|
||||
Link(destination: URL(string: "mailto:support@88oakapps.com")!) {
|
||||
Label("Contact Support", systemImage: "envelope")
|
||||
}
|
||||
} header: {
|
||||
|
||||
Reference in New Issue
Block a user