feat: add privacy policy and EULA pages, use real app icon on landing site
- Create privacy.html and eula.html matching landing page style - Update Settings links to sportstime.88oakapps.com/privacy.html and /eula.html - Rename "Terms of Service" to "EULA" in Settings - Replace emoji logo with real app icon across all landing pages - Update footer links in index.html Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -311,12 +311,12 @@ struct SettingsView: View {
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
||||
Link(destination: URL(string: "https://88oakapps.com/privacy")!) {
|
||||
Link(destination: URL(string: "https://sportstime.88oakapps.com/privacy.html")!) {
|
||||
Label("Privacy Policy", systemImage: "hand.raised")
|
||||
}
|
||||
|
||||
Link(destination: URL(string: "https://88oakapps.com/terms")!) {
|
||||
Label("Terms of Service", systemImage: "doc.text")
|
||||
Link(destination: URL(string: "https://sportstime.88oakapps.com/eula.html")!) {
|
||||
Label("EULA", systemImage: "doc.text")
|
||||
}
|
||||
|
||||
Link(destination: URL(string: "mailto:support@88oakapps.com")!) {
|
||||
|
||||
Reference in New Issue
Block a user