diff options
| author | Christian Cleberg <[email protected]> | 2026-04-10 11:39:57 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-10 11:39:57 -0500 |
| commit | 24c8bc6b44011bae35518d8a99f8ba4437cf5bd5 (patch) | |
| tree | 87912dea5a869b19b228fe7d21f7ae7df554922d /Hutch/Views | |
| parent | 236a22553d5cb9e07b3115c03864c882e0c41b77 (diff) | |
| download | hutch-24c8bc6b44011bae35518d8a99f8ba4437cf5bd5.tar.gz hutch-24c8bc6b44011bae35518d8a99f8ba4437cf5bd5.tar.bz2 hutch-24c8bc6b44011bae35518d8a99f8ba4437cf5bd5.zip | |
bump version and update new privacy policy location
Diffstat (limited to 'Hutch/Views')
| -rw-r--r-- | Hutch/Views/Settings/SettingsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/Settings/SettingsView.swift b/Hutch/Views/Settings/SettingsView.swift index 7f4aa07..2c9e528 100644 --- a/Hutch/Views/Settings/SettingsView.swift +++ b/Hutch/Views/Settings/SettingsView.swift @@ -746,7 +746,7 @@ private struct AboutView: View { .font(.subheadline) .foregroundStyle(.secondary) - Link(destination: URL(string: "https://hutch.cleberg.net/privacy.html")!) { + Link(destination: URL(string: "https://zerolabs.sh/hutch/privacy-policy/")!) { SwiftUI.Label("Privacy Policy", systemImage: "hand.raised") } } |
