Skip to content

Commit 175b226

Browse files
committed
Add Settings tab to iOS navigation in ContentView
1 parent d8f8214 commit 175b226

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CortexOSApp/Shared/Views/ContentView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ struct ContentView: View {
3333

3434
NavigationStack { InsightFeedView() }
3535
.tabItem { Label("Insights", systemImage: "lightbulb") }
36+
37+
NavigationStack { SettingsView() }
38+
.tabItem { Label("Settings", systemImage: "gearshape") }
3639
}
3740
.tint(CortexColor.accent)
3841
.environmentObject(engine)

0 commit comments

Comments
 (0)