diff --git a/wake/View/Components/UserProfileModal.swift b/wake/View/Components/UserProfileModal.swift index fd39563..45dfabb 100644 --- a/wake/View/Components/UserProfileModal.swift +++ b/wake/View/Components/UserProfileModal.swift @@ -288,6 +288,9 @@ struct UserProfileModal: View { size: "sm" ) .padding(.horizontal, Theme.Spacing.xl) + .onTapGesture { + Router.shared.navigate(to: .subscribe) + } } private func fetchUserInfo() {