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