fix(main): 추천 섹션 순서를 조정한다
This commit is contained in:
@@ -31,11 +31,11 @@ struct MainContentRecommendationView: View {
|
||||
onTapBanner: onTapBanner
|
||||
)
|
||||
|
||||
MainContentAudioHorizontalCardSection(
|
||||
title: I18n.MainContentRecommendation.latestAudioSectionTitle,
|
||||
items: recommendations.latestAudios,
|
||||
action: onTapLatestAudioAll,
|
||||
onTapContent: onTapContent
|
||||
MainContentVoiceOnOnlySection(
|
||||
title: I18n.MainContentRecommendation.voiceOnOnlySectionTitle,
|
||||
items: recommendations.originalSeries,
|
||||
action: onTapVoiceOnOnlyAll,
|
||||
onTapSeries: onTapSeries
|
||||
)
|
||||
|
||||
MainContentAudioListCarouselSection(
|
||||
@@ -45,11 +45,11 @@ struct MainContentRecommendationView: View {
|
||||
onTapContent: onTapContent
|
||||
)
|
||||
|
||||
MainContentVoiceOnOnlySection(
|
||||
title: I18n.MainContentRecommendation.voiceOnOnlySectionTitle,
|
||||
items: recommendations.originalSeries,
|
||||
action: onTapVoiceOnOnlyAll,
|
||||
onTapSeries: onTapSeries
|
||||
MainContentAudioHorizontalCardSection(
|
||||
title: I18n.MainContentRecommendation.latestAudioSectionTitle,
|
||||
items: recommendations.latestAudios,
|
||||
action: onTapLatestAudioAll,
|
||||
onTapContent: onTapContent
|
||||
)
|
||||
|
||||
MainContentAudioHorizontalCardSection(
|
||||
|
||||
Reference in New Issue
Block a user