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 f5e3aa9 commit f76350fCopy full SHA for f76350f
GoInfoGame/GoInfoGame/UI/Map/MapView.swift
@@ -194,12 +194,6 @@ struct MapView: View {
194
.navigationBarHidden(isPresented)
195
.navigationBarItems(leading: EmptyView())
196
.toolbar {
197
- ToolbarItem(placement: .navigationBarLeading) {
198
- NavigationLink(destination: UserProfileView()) {
199
- Image(systemName: "person.crop.circle.fill")
200
- .foregroundStyle(Color(red: 135/255, green: 62/255, blue: 242/255))
201
- }
202
203
204
ToolbarItem(placement: .navigationBarTrailing) {
205
Button(action: {
0 commit comments