fix(main): 마이 탭 선택 아이콘을 수정한다
This commit is contained in:
@@ -33,7 +33,7 @@ enum MainTab: CaseIterable, Hashable {
|
||||
case .chat:
|
||||
return "ic_nav_chat_selected"
|
||||
case .my:
|
||||
return "ic_tabbar_my_selected"
|
||||
return "ic_nav_my_selected"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user