diff options
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() |
