diff --git a/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/HomeFeedView.swift b/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/HomeFeedView.swift index 5c9010888..ade88c42a 100644 --- a/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/HomeFeedView.swift +++ b/apple/OmnivoreKit/Sources/Views/PrimaryContainerViews/HomeFeedView.swift @@ -259,6 +259,14 @@ public struct HomeFeedView: View { if UIDevice.isIPhone { NavigationView { conditionalInnerBody + .toolbar { + ToolbarItem { + Button( + action: { print("Profile") }, + label: { Image.profileTab.padding() } + ) + } + } } } else { conditionalInnerBody