Skip to content

Commit 3a90d8b

Browse files
committed
🧩 :: CompanyDetail title 변경
1 parent 43169ac commit 3a90d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Presentation/Sources/CompanyDetail/CompanyDetailViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public class CompanyDetailViewController: BaseViewController<CompanyDetailViewMo
250250
public override func configureViewController() { }
251251

252252
public override func configureNavigation() {
253-
self.setSmallTitle(title: "상세 보기")
253+
self.setSmallTitle(title: "기업 상세")
254254
self.navigationItem.largeTitleDisplayMode = .never
255255
}
256256
}

0 commit comments

Comments
 (0)