From 1bd09a3ae33009e9969eecb5debb24ef79ea51aa Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 3 Apr 2026 15:21:02 -0500 Subject: Fixed extraneous srht.site link in MoreView --- Hutch/Views/More/MoreView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Hutch/Views/More') 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 -- cgit v1.2.3