summaryrefslogtreecommitdiff
path: root/Hutch/Views/Settings
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-10 11:39:57 -0500
committerChristian Cleberg <[email protected]>2026-04-10 11:39:57 -0500
commit24c8bc6b44011bae35518d8a99f8ba4437cf5bd5 (patch)
tree87912dea5a869b19b228fe7d21f7ae7df554922d /Hutch/Views/Settings
parent236a22553d5cb9e07b3115c03864c882e0c41b77 (diff)
downloadhutch-24c8bc6b44011bae35518d8a99f8ba4437cf5bd5.tar.gz
hutch-24c8bc6b44011bae35518d8a99f8ba4437cf5bd5.tar.bz2
hutch-24c8bc6b44011bae35518d8a99f8ba4437cf5bd5.zip
bump version and update new privacy policy location
Diffstat (limited to 'Hutch/Views/Settings')
-rw-r--r--Hutch/Views/Settings/SettingsView.swift2
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")
}
}