diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 01:51:21 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:18:08 -0500 |
| commit | 8bbed38fa7e868e9a35587ca43cab68450d003e8 (patch) | |
| tree | eada5b71584027f2b8be1e27904df6746d5bed77 /Hutch/Views/More/AboutView.swift | |
| parent | e49a0760bf58735f19a7bcca1f4e7eeb38e4529d (diff) | |
| download | hutch-8bbed38fa7e868e9a35587ca43cab68450d003e8.tar.gz hutch-8bbed38fa7e868e9a35587ca43cab68450d003e8.tar.bz2 hutch-8bbed38fa7e868e9a35587ca43cab68450d003e8.zip | |
update org name
Diffstat (limited to 'Hutch/Views/More/AboutView.swift')
| -rw-r--r-- | Hutch/Views/More/AboutView.swift | 2 |
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() |
