Skip to content

Commit 86713eb

Browse files
committed
feat(app): settings link
1 parent afc8266 commit 86713eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apps/mobile/metro-now/metro-now/ContentView.swift

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ struct ContentView: View {
1616
ZStack {
1717
NavigationStack {
1818
ClosestStopPageView()
19+
.toolbar {
20+
ToolbarItem(placement: .topBarTrailing) {
21+
NavigationLink {
22+
SettingsPageView()
23+
} label: {
24+
Label("Settings", systemImage: "gearshape")
25+
}
26+
}
27+
}
1928
}
2029
.sheet(
2130
isPresented: $showWelcomeScreen,

0 commit comments

Comments
 (0)