diff --git a/Views/TabNavigationView.swift b/Views/TabNavigationView.swift index 9af6c07..470c34c 100644 --- a/Views/TabNavigationView.swift +++ b/Views/TabNavigationView.swift @@ -146,7 +146,7 @@ private extension Timeline { switch self { case .home: return "house" case .local: return "person.3" - case .federated: return "globe" + case .federated: return "network" case .list: return "scroll" case .tag: return "number" case .profile: return "person"