add navigation link to show profile view from home feed tab bar item
This commit is contained in:
@ -261,13 +261,14 @@ public struct HomeFeedView: View {
|
||||
conditionalInnerBody
|
||||
.toolbar {
|
||||
ToolbarItem {
|
||||
Button(
|
||||
action: { print("Profile") },
|
||||
NavigationLink(
|
||||
destination: { EmptyView() },
|
||||
label: { Image.profileTab.padding() }
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
.accentColor(.appGrayTextContrast)
|
||||
} else {
|
||||
conditionalInnerBody
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user