Revert "nav: use back chevron in more places"

hitbox is annoying atm

This reverts commit ea0e28d2c5.
This commit is contained in:
William Casarin
2022-07-02 12:32:21 -07:00
parent ef5f92fe21
commit 3c962ecdfe
4 changed files with 0 additions and 17 deletions

View File

@@ -25,8 +25,6 @@ struct SearchView: View {
.onDisappear() {
search.unsubscribe()
}
.navigationBarBackButtonHidden(true)
.navigationBarItems(leading: BackNavBasic())
}
}