From b4e4f0f6ce45ae035ba9bbae4fc2490e88c134c4 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 20 Oct 2025 22:31:18 +0900 Subject: [PATCH] =?UTF-8?q?fix(home):=20=EC=9D=B8=EA=B8=B0=20=EC=BA=90?= =?UTF-8?q?=EB=A6=AD=ED=84=B0=20->=20=EC=9D=B8=EA=B8=B0=20=EC=BA=90?= =?UTF-8?q?=EB=A6=AD=ED=84=B0=20=EC=B1=84=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/HomeTabView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Home/HomeTabView.swift b/SodaLive/Sources/Home/HomeTabView.swift index a925cb7..6d455bd 100644 --- a/SodaLive/Sources/Home/HomeTabView.swift +++ b/SodaLive/Sources/Home/HomeTabView.swift @@ -236,7 +236,7 @@ struct HomeTabView: View { // 인기 캐릭터 섹션 if !viewModel.popularCharacters.isEmpty { CharacterSectionView( - title: "인기 캐릭터", + title: "인기 캐릭터 채팅", items: viewModel.popularCharacters, isShowRank: true, trailingTitle: "전체보기",