summaryrefslogtreecommitdiff
path: root/Hutch
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 01:51:21 -0500
committerChristian Cleberg <[email protected]>2026-08-02 09:18:08 -0500
commit8bbed38fa7e868e9a35587ca43cab68450d003e8 (patch)
treeeada5b71584027f2b8be1e27904df6746d5bed77 /Hutch
parente49a0760bf58735f19a7bcca1f4e7eeb38e4529d (diff)
downloadhutch-8bbed38fa7e868e9a35587ca43cab68450d003e8.tar.gz
hutch-8bbed38fa7e868e9a35587ca43cab68450d003e8.tar.bz2
hutch-8bbed38fa7e868e9a35587ca43cab68450d003e8.zip
update org name
Diffstat (limited to 'Hutch')
-rw-r--r--Hutch/Views/More/AboutView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift
index 106c8d2..cc820f0 100644
--- a/Hutch/Views/More/AboutView.swift
+++ b/Hutch/Views/More/AboutView.swift
@@ -78,7 +78,7 @@ struct AboutView: View {
.foregroundStyle(.secondary)
.themedRow()
- Link(destination: URL(string: "https://zerolabs.sh/hutch/privacy-policy/")!) {
+ Link(destination: URL(string: "https://krz.sh/hutch/privacy-policy/")!) {
SwiftUI.Label("Privacy Policy", systemImage: "hand.raised")
}
.themedRow()