We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480b127 commit 98ae247Copy full SHA for 98ae247
GoInfoGame/GoInfoGame/UI/Map/MapView.swift
@@ -222,6 +222,11 @@ struct MapView: View {
222
.navigationBarHidden(isPresented)
223
.navigationBarItems(leading: EmptyView())
224
.toolbar {
225
+ ToolbarItem(placement: .topBarLeading) {
226
+ Text(selectedWorkspace?.title ?? "")
227
+ .font(.custom("Lato-Bold", size: 16))
228
+ .foregroundStyle(Asset.Colors.huskyPurple.swiftUIColor)
229
+ }
230
231
ToolbarItem(placement: .navigationBarTrailing) {
232
QuestSyncButton(badgeCount: viewModel.syncFailedElementsCount, isSyncing: isSyncing, action: {
0 commit comments