summaryrefslogtreecommitdiff
path: root/Hutch
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-03 15:21:02 -0500
committerChristian Cleberg <[email protected]>2026-04-03 15:21:02 -0500
commit1bd09a3ae33009e9969eecb5debb24ef79ea51aa (patch)
tree4400d647a0ca663fd7e03a98a75ac07e95656042 /Hutch
parent0914829ad4cfdbe85db9d54c4e5cc1fdd44b82be (diff)
downloadhutch-1bd09a3ae33009e9969eecb5debb24ef79ea51aa.tar.gz
hutch-1bd09a3ae33009e9969eecb5debb24ef79ea51aa.tar.bz2
hutch-1bd09a3ae33009e9969eecb5debb24ef79ea51aa.zip
Fixed extraneous srht.site link in MoreViewv2.10.1
Diffstat (limited to 'Hutch')
-rw-r--r--Hutch/Views/More/MoreView.swift3
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