diff options
| author | Christian Cleberg <[email protected]> | 2026-04-03 15:21:02 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-03 15:21:02 -0500 |
| commit | 1bd09a3ae33009e9969eecb5debb24ef79ea51aa (patch) | |
| tree | 4400d647a0ca663fd7e03a98a75ac07e95656042 /Hutch | |
| parent | 0914829ad4cfdbe85db9d54c4e5cc1fdd44b82be (diff) | |
| download | hutch-2.10.1.tar.gz hutch-2.10.1.tar.bz2 hutch-2.10.1.zip | |
Fixed extraneous srht.site link in MoreViewv2.10.1
Diffstat (limited to 'Hutch')
| -rw-r--r-- | Hutch/Views/More/MoreView.swift | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Hutch/Views/More/MoreView.swift b/Hutch/Views/More/MoreView.swift index ae7228d..b03aa3a 100644 --- a/Hutch/Views/More/MoreView.swift +++ b/Hutch/Views/More/MoreView.swift @@ -4,8 +4,7 @@ struct MoreView: View { @Environment(AppState.self) private var appState private let unsupportedLinks: [(title: String, url: URL)] = [ - ("chat.sr.ht", URL(string: "https://chat.sr.ht")!), - ("srht.site", URL(string: "https://srht.site")!) + ("chat.sr.ht", URL(string: "https://chat.sr.ht")!) ] @State private var showAccountSwitcher = false |
