Skip to content

Commit

Permalink
feat: 문답 탭바 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhyungyu committed Oct 16, 2024
1 parent 054a7d5 commit 435f28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Feature/TabBar/Interface/Sources/TabType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum TabType: Hashable, CaseIterable {
return "호감"

case .bottleStorage:
return "보틀 보관함"
return "문답"

case .myPage:
return "마이페이지"
Expand All @@ -39,7 +39,7 @@ public enum TabType: Hashable, CaseIterable {
return .icon(.goodFeeling)

case .bottleStorage:
return .icon(.bottleStorage)
return .icon(.talk)

case .myPage:
return .icon(.myPage)
Expand Down

0 comments on commit 435f28f

Please sign in to comment.