From 135bebd0afec8dacb6fc8263059289ec011c240a Mon Sep 17 00:00:00 2001 From: Junhui Chen Date: Thu, 11 Sep 2025 10:40:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=82=B9=E5=87=BB=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=AE=A2=E9=98=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wake/View/Components/UserProfileModal.swift | 3 +++ 1 file changed, 3 insertions(+) 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() {