diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index d978cb403..fcb403eec 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -188,6 +188,7 @@ struct AnimatingCellHeight: AnimatableModifier { await viewModel.loadFilters(dataService: dataService) } .environment(\.editMode, self.$isEditMode) + .navigationBarTitleDisplayMode(.inline) } var trailingItems: some ToolbarContent {