diff --git a/nirvana-ios/Views/HomeView/HomeView.swift b/nirvana-ios/Views/HomeView/HomeView.swift index a289a46..7740183 100644 --- a/nirvana-ios/Views/HomeView/HomeView.swift +++ b/nirvana-ios/Views/HomeView/HomeView.swift @@ -16,6 +16,7 @@ struct HomeView: View { FooterControlsView() } + .navigationBarHidden(true) .frame(maxWidth:.infinity, maxHeight: .infinity) .accentColor(NirvanaColor.teal) .background(NirvanaColor.bgLightGrey)