fix(character-detail): 상단 툴바 제목을 캐릭터 이름 -> 캐릭터 정보로 수정

This commit is contained in:
Yu Sung
2025-09-05 14:15:33 +09:00
parent 866b65d0ed
commit 6ece66a99c

View File

@@ -32,7 +32,7 @@ struct CharacterDetailView: View {
var body: some View { var body: some View {
BaseView(isLoading: $viewModel.isLoading) { BaseView(isLoading: $viewModel.isLoading) {
VStack(spacing: 0) { VStack(spacing: 0) {
DetailNavigationBar(title: viewModel.characterDetail?.name ?? "캐릭터 정보") DetailNavigationBar(title: "캐릭터 정보")
tabBar tabBar