fix(home): 인기 캐릭터 -> 인기 캐릭터 채팅

This commit is contained in:
Yu Sung
2025-10-20 22:31:18 +09:00
parent 3d4b32eb14
commit b4e4f0f6ce

View File

@@ -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: "전체보기",