mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add navigation link to show profile view from home feed tab bar item
This commit is contained in:
parent
a9580bb006
commit
762747be95
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue