diff --git a/secant/Features/App/Views/AppView.swift b/secant/Features/App/Views/AppView.swift index 7aaecee..0381b86 100644 --- a/secant/Features/App/Views/AppView.swift +++ b/secant/Features/App/Views/AppView.swift @@ -44,19 +44,6 @@ struct AppView: View { action: AppAction.phraseValidation ) ) - .toolbar( - content: { - ToolbarItem( - placement: .navigationBarLeading, - content: { - Button( - action: { viewStore.send(.updateRoute(.startup)) }, - label: { Text("Back") } - ) - } - ) - } - ) .navigationViewStyle(StackNavigationViewStyle()) }