From c27eafebdedeb156a76d7529a01f667be3ca8905 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Sat, 26 Feb 2022 20:18:59 -0800 Subject: [PATCH] add navigation title back --- apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift b/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift index 69277f47c..9cd0c833e 100644 --- a/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/PrimaryContentView.swift @@ -26,6 +26,7 @@ public struct PrimaryContentView: View { return NavigationView { // The first column is the sidebar. PrimaryContentSidebar(categories: categories) + .navigationBarTitle("Categories") // Second column is the Primary Nav Stack if let destinationView = categories.first?.destinationView {