fix(home): 인기 캐릭터 -> 인기 캐릭터 채팅
This commit is contained in:
		@@ -236,7 +236,7 @@ struct HomeTabView: View {
 | 
				
			|||||||
                            // 인기 캐릭터 섹션
 | 
					                            // 인기 캐릭터 섹션
 | 
				
			||||||
                            if !viewModel.popularCharacters.isEmpty {
 | 
					                            if !viewModel.popularCharacters.isEmpty {
 | 
				
			||||||
                                CharacterSectionView(
 | 
					                                CharacterSectionView(
 | 
				
			||||||
                                    title: "인기 캐릭터",
 | 
					                                    title: "인기 캐릭터 채팅",
 | 
				
			||||||
                                    items: viewModel.popularCharacters,
 | 
					                                    items: viewModel.popularCharacters,
 | 
				
			||||||
                                    isShowRank: true,
 | 
					                                    isShowRank: true,
 | 
				
			||||||
                                    trailingTitle: "전체보기",
 | 
					                                    trailingTitle: "전체보기",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user