diff --git a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift index dcf2db5..d68bdde 100644 --- a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift +++ b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift @@ -68,6 +68,9 @@ struct HomeCreatorRankingItemView: View { .padding(.leading, 10) } } + .onTapGesture { + AppState.shared.setAppStep(step: .creatorDetail(userId: item.id)) + } } } diff --git a/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift b/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift index 111ed73..65fb3da 100644 --- a/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift +++ b/SodaLive/Sources/Home/RecommendChannel/RecommendChannelItemView.swift @@ -39,6 +39,9 @@ struct RecommendChannelItemView: View { } } } + .onTapGesture { + AppState.shared.setAppStep(step: .creatorDetail(userId: item.channelId)) + } ForEach(0..