Skip to content

Commit f76350f

Browse files
author
Achyut Kumar M
committed
remove redundant user profile button
1 parent f5e3aa9 commit f76350f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

GoInfoGame/GoInfoGame/UI/Map/MapView.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ struct MapView: View {
194194
.navigationBarHidden(isPresented)
195195
.navigationBarItems(leading: EmptyView())
196196
.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-
}
203197

204198
ToolbarItem(placement: .navigationBarTrailing) {
205199
Button(action: {

0 commit comments

Comments
 (0)